#2c55c8

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

Shades of Cerulean Blue #2C55C8

Tints of Cerulean Blue #2C55C8

Color information

#2C55C8 (or 0x2C55C8) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 55 and C8. RGB value is (44,85,200). Sum of RGB (Red+Green+Blue) = 44+85+200=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #2C55C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C55C8 is #D3AA37. Grayscale: #555555. Windows color (decimal): -13871672 or 13129004. OLE color: 13129004.

HSL color Cylindrical-coordinate representation of color #2C55C8: hue angle of 224.23º 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 #2C55C8 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4485200-
CMYK0.780.5800.22
HSL224.23º63.93%47.84%-
HSV(B)224.23º78%78.43%-
XYZ14.7111.256.03-
YUV85.85192.4298.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.37%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 200 (78.52% from 255) = 60.79%
R=13.37%
G=25.84%
B=60.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44852000.780.5800.22224.2363.9347.84
Hex2C55C84E3A016e04030
Octal541253101167202634010060
Binary1011001010101110010001001110111010010110111000001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c55c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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