#2B4AAB

Color #2B4AAB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2B4AAB

Tints of Cerulean Blue #2B4AAB

Color information

#2B4AAB (or 0x2B4AAB) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4A and AB. RGB value is (43,74,171). Sum of RGB (Red+Green+Blue) = 43+74+171=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B4AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4AAB is #D4B554. Grayscale: #4B4B4B. Windows color (decimal): -13940053 or 11225643. OLE color: 11225643.

HSL color Cylindrical-coordinate representation of color #2B4AAB: hue angle of 225.47º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4AAB is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4374171-
CMYK0.750.5700.33
HSL225.47º59.81%41.96%-
HSV(B)225.47º74.85%67.06%-
XYZ10.88.3539.57-
YUV75.79181.73104.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 14.93%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=14.93%
G=25.69%
B=59.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43741710.750.5700.33225.4759.8141.96
Hex2B4AAB4B39021e13c2a
Octal53112253113710413417452
Binary1010111001010101010111001011111001010000111100001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B4AAB; }

 p { color: rgb(43,74,171); }

 H1.HeaderClassName
 {
   color: #2B4AAB;
 }
 .AnyTagClassName
 {
   color: #2B4AAB;
 }
</style>
background-color css

<style>
 a { background-color: #2B4AAB; }

 a { background-color: rgb(43,74,171); }

 div.DivClassName
 {
   background-color: #2B4AAB;
 }
 .BgClassName
 {
   background-color: #2B4AAB;
 }
</style>
border-color css

<style>
 span { border-color: #2B4AAB; }

 span { border-color: rgb(43,74,171); }

 td.TdClassName
 {
   border-color: #2B4AAB;
 }
 .TagClassName
 {
   border-color: #2B4AAB;
 }
</style>