#2A57C0

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

Shades of Cerulean Blue #2A57C0

Tints of Cerulean Blue #2A57C0

Color information

#2A57C0 (or 0x2A57C0) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 57 and C0. RGB value is (42,87,192). Sum of RGB (Red+Green+Blue) = 42+87+192=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #2A57C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A57C0 is #D5A83F. Grayscale: #555555. Windows color (decimal): -14002240 or 12605226. OLE color: 12605226.

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

Color convert

RGB4287192-
CMYK0.780.5500.25
HSL222º64.1%45.88%-
HSV(B)222º78.12%75.29%-
XYZ13.8811.1151.28-
YUV85.52188.0996.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.08%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 192 (75.39% from 255) = 59.81%
R=13.08%
G=27.10%
B=59.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42871920.780.5500.2522264.145.88
Hex2A57C04E37019de402e
Octal521273001166703133610056
Binary1010101010111110000001001110110111011001110111101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A57C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,87,192); }

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

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

 a { background-color: rgb(42,87,192); }

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

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

 span { border-color: rgb(42,87,192); }

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