#2A58AB

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

Shades of Cerulean Blue #2A58AB

Tints of Cerulean Blue #2A58AB

Color information

#2A58AB (or 0x2A58AB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 58 and AB. RGB value is (42,88,171). Sum of RGB (Red+Green+Blue) = 42+88+171=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A58AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A58AB is #D5A754. Grayscale: #535353. Windows color (decimal): -14002005 or 11229226. OLE color: 11229226.

HSL color Cylindrical-coordinate representation of color #2A58AB: hue angle of 218.6º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A58AB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4288171-
CMYK0.750.4900.33
HSL218.6º60.56%41.76%-
HSV(B)218.6º75.44%67.06%-
XYZ11.810.4139.92-
YUV83.71177.2698.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.95%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=13.95%
G=29.24%
B=56.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42881710.750.4900.33218.660.5641.76
Hex2A58AB4B31021db3d2a
Octal52130253113610413337552
Binary1010101011000101010111001011110001010000111011011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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