#2B5AAD

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

Shades of Cerulean Blue #2B5AAD

Tints of Cerulean Blue #2B5AAD

Color information

#2B5AAD (or 0x2B5AAD) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5A and AD. RGB value is (43,90,173). Sum of RGB (Red+Green+Blue) = 43+90+173=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B5AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5AAD is #D4A552. Grayscale: #555555. Windows color (decimal): -13935955 or 11360811. OLE color: 11360811.

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

Color convert

RGB4390173-
CMYK0.750.4800.32
HSL218.31º60.19%42.35%-
HSV(B)218.31º75.14%67.84%-
XYZ12.210.8440.99-
YUV85.41177.4397.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=14.05%
G=29.41%
B=56.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43901730.750.4800.32218.3160.1942.35
Hex2B5AAD4B30020da3c2a
Octal53132255113600403327452
Binary1010111011010101011011001011110000010000011011010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,90,173); }

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

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

 a { background-color: rgb(43,90,173); }

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

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

 span { border-color: rgb(43,90,173); }

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