#2B5BAE

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

Shades of Cerulean Blue #2B5BAE

Tints of Cerulean Blue #2B5BAE

Color information

#2B5BAE (or 0x2B5BAE) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5B and AE. RGB value is (43,91,174). Sum of RGB (Red+Green+Blue) = 43+91+174=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B5BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5BAE is #D4A451. Grayscale: #555555. Windows color (decimal): -13935698 or 11426603. OLE color: 11426603.

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

Color convert

RGB4391174-
CMYK0.750.4800.32
HSL218.02º60.37%42.55%-
HSV(B)218.02º75.29%68.24%-
XYZ12.3811.0541.53-
YUV86.11177.697.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=13.96%
G=29.55%
B=56.49%

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
Decimal43911740.750.4800.32218.0260.3742.55
Hex2B5BAE4B30020da3c2b
Octal53133256113600403327453
Binary1010111011011101011101001011110000010000011011010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,91,174); }

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

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

 a { background-color: rgb(43,91,174); }

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

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

 span { border-color: rgb(43,91,174); }

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