#2B5CB2

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

Shades of Cerulean Blue #2B5CB2

Tints of Cerulean Blue #2B5CB2

Color information

#2B5CB2 (or 0x2B5CB2) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5C and B2. RGB value is (43,92,178). Sum of RGB (Red+Green+Blue) = 43+92+178=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 178 (69.92% from 255 or 56.87% from 313); Max value from RGB is 178 - color contains mainly: blue. Hex color #2B5CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5CB2 is #D4A34D. Grayscale: #565656. Windows color (decimal): -13935438 or 11689003. OLE color: 11689003.

HSL color Cylindrical-coordinate representation of color #2B5CB2: hue angle of 218.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B5CB2 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4392178-
CMYK0.760.4800.30
HSL218.22º61.09%43.33%-
HSV(B)218.22º75.84%69.8%-
XYZ12.8611.3843.64-
YUV87.15179.2796.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 178 (69.92% from 255) = 56.87%
R=13.74%
G=29.39%
B=56.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43921780.760.4800.30218.2261.0943.33
Hex2B5CB24C3001Eda3d2b
Octal53134262114600363327553
Binary101011101110010110010100110011000001111011011010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,92,178); }

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

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

 a { background-color: rgb(43,92,178); }

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

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

 span { border-color: rgb(43,92,178); }

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