#2A56AB

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

Shades of Cerulean Blue #2A56AB

Tints of Cerulean Blue #2A56AB

Color information

#2A56AB (or 0x2A56AB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 56 and AB. RGB value is (42,86,171). Sum of RGB (Red+Green+Blue) = 42+86+171=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A56AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A56AB is #D5A954. Grayscale: #525252. Windows color (decimal): -14002517 or 11228714. OLE color: 11228714.

HSL color Cylindrical-coordinate representation of color #2A56AB: hue angle of 219.53º 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 #2A56AB is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4286171-
CMYK0.750.5000.33
HSL219.53º60.56%41.76%-
HSV(B)219.53º75.44%67.06%-
XYZ11.6310.0939.86-
YUV82.53177.9299.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=14.05%
G=28.76%
B=57.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42861710.750.5000.33219.5360.5641.76
Hex2A56AB4B32021dc3d2a
Octal52126253113620413347552
Binary1010101010110101010111001011110010010000111011100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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