#2c54c0

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

Shades of Cerulean Blue #2C54C0

Tints of Cerulean Blue #2C54C0

Color information

#2C54C0 (or 0x2C54C0) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 54 and C0. RGB value is (44,84,192). Sum of RGB (Red+Green+Blue) = 44+84+192=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #2C54C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C54C0 is #D3AB3F. Grayscale: #535353. Windows color (decimal): -13871936 or 12604460. OLE color: 12604460.

HSL color Cylindrical-coordinate representation of color #2C54C0: hue angle of 223.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C54C0 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4484192-
CMYK0.770.5600.25
HSL223.78º62.71%46.27%-
HSV(B)223.78º77.08%75.29%-
XYZ13.7210.6851.21-
YUV84.35188.7599.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.75%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 192 (75.39% from 255) = 60%
R=13.75%
G=26.25%
B=60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44841920.770.5600.25223.7862.7146.27
Hex2C54C04D38019e03f2e
Octal54124300115700313407756
Binary101100101010011000000100110111100001100111100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c54c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,84,192); }

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

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

 a { background-color: rgb(44,84,192); }

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

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

 span { border-color: rgb(44,84,192); }

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