#2A58BD

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

Shades of Cerulean Blue #2A58BD

Tints of Cerulean Blue #2A58BD

Color information

#2A58BD (or 0x2A58BD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 58 and BD. RGB value is (42,88,189). Sum of RGB (Red+Green+Blue) = 42+88+189=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A58BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A58BD is #D5A742. Grayscale: #555555. Windows color (decimal): -14001987 or 12408874. OLE color: 12408874.

HSL color Cylindrical-coordinate representation of color #2A58BD: hue angle of 221.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A58BD is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4288189-
CMYK0.780.5300.26
HSL221.22º63.64%45.29%-
HSV(B)221.22º77.78%74.12%-
XYZ13.6311.1549.58-
YUV85.76186.2696.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 189 (74.22% from 255) = 59.25%
R=13.17%
G=27.59%
B=59.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42881890.780.5300.26221.2263.6445.29
Hex2A58BD4E3501Add402d
Octal521302751166503233510055
Binary1010101011000101111011001110110101011010110111011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,88,189); }

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

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

 a { background-color: rgb(42,88,189); }

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

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

 span { border-color: rgb(42,88,189); }

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