#2A57BA

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

Shades of Cerulean Blue #2A57BA

Tints of Cerulean Blue #2A57BA

Color information

#2A57BA (or 0x2A57BA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 57 and BA. RGB value is (42,87,186). Sum of RGB (Red+Green+Blue) = 42+87+186=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A57BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A57BA is #D5A845. Grayscale: #545454. Windows color (decimal): -14002246 or 12212010. OLE color: 12212010.

HSL color Cylindrical-coordinate representation of color #2A57BA: hue angle of 221.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A57BA is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4287186-
CMYK0.770.5300.27
HSL221.25º63.16%44.71%-
HSV(B)221.25º77.42%72.94%-
XYZ13.2310.8547.85-
YUV84.83185.0997.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=13.33%
G=27.62%
B=59.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42871860.770.5300.27221.2563.1644.71
Hex2A57BA4D3501Bdd3f2d
Octal52127272115650333357755
Binary101010101011110111010100110111010101101111011101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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