#2C51C8

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

Shades of Cerulean Blue #2C51C8

Tints of Cerulean Blue #2C51C8

Color information

#2C51C8 (or 0x2C51C8) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 51 and C8. RGB value is (44,81,200). Sum of RGB (Red+Green+Blue) = 44+81+200=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #2C51C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C51C8 is #D3AE37. Grayscale: #525252. Windows color (decimal): -13872696 or 13127980. OLE color: 13127980.

HSL color Cylindrical-coordinate representation of color #2C51C8: hue angle of 225.77º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C51C8 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4481200-
CMYK0.780.5900.22
HSL225.77º63.93%47.84%-
HSV(B)225.77º78%78.43%-
XYZ14.4110.5955.93-
YUV83.5193.7499.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.54%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 200 (78.52% from 255) = 61.54%
R=13.54%
G=24.92%
B=61.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44812000.780.5900.22225.7763.9347.84
Hex2C51C84E3B016e24030
Octal541213101167302634210060
Binary1011001010001110010001001110111011010110111000101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C51C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,200); }

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

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

 a { background-color: rgb(44,81,200); }

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

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

 span { border-color: rgb(44,81,200); }

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