#2B51B5

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

Shades of Cerulean Blue #2B51B5

Tints of Cerulean Blue #2B51B5

Color information

#2B51B5 (or 0x2B51B5) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 51 and B5. RGB value is (43,81,181). Sum of RGB (Red+Green+Blue) = 43+81+181=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B51B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B51B5 is #D4AE4A. Grayscale: #505050. Windows color (decimal): -13938251 or 11882795. OLE color: 11882795.

HSL color Cylindrical-coordinate representation of color #2B51B5: hue angle of 223.48º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B51B5 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4381181-
CMYK0.760.5500.29
HSL223.48º61.61%43.92%-
HSV(B)223.48º76.24%70.98%-
XYZ12.289.7344.95-
YUV81.04184.41100.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 181 (71.09% from 255) = 59.34%
R=14.10%
G=26.56%
B=59.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43811810.760.5500.29223.4861.6143.92
Hex2B51B54C3701Ddf3e2c
Octal53121265114670353377654
Binary101011101000110110101100110011011101110111011111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B51B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,81,181); }

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

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

 a { background-color: rgb(43,81,181); }

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

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

 span { border-color: rgb(43,81,181); }

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