#2B51D2

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

Shades of Cerulean Blue #2B51D2

Tints of Cerulean Blue #2B51D2

Color information

#2B51D2 (or 0x2B51D2) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 51 and D2. RGB value is (43,81,210). Sum of RGB (Red+Green+Blue) = 43+81+210=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 210 (82.42% from 255 or 62.87% from 334); Max value from RGB is 210 - color contains mainly: blue. Hex color #2B51D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B51D2 is #D4AE2D. Grayscale: #535353. Windows color (decimal): -13938222 or 13783339. OLE color: 13783339.

HSL color Cylindrical-coordinate representation of color #2B51D2: hue angle of 226.35º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B51D2 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4381210-
CMYK0.800.6100.18
HSL226.35º66.01%49.61%-
HSV(B)226.35º79.52%82.35%-
XYZ15.5711.0562.29-
YUV84.34198.9198.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.87%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 210 (82.42% from 255) = 62.87%
R=12.87%
G=24.25%
B=62.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43812100.800.6100.18226.3566.0149.61
Hex2B51D2503D012e24232
Octal531213221207502234210262
Binary1010111010001110100101010000111101010010111000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B51D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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