#2A54AB

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

Shades of Cerulean Blue #2A54AB

Tints of Cerulean Blue #2A54AB

Color information

#2A54AB (or 0x2A54AB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 54 and AB. RGB value is (42,84,171). Sum of RGB (Red+Green+Blue) = 42+84+171=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A54AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A54AB is #D5AB54. Grayscale: #505050. Windows color (decimal): -14003029 or 11228202. OLE color: 11228202.

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

Color convert

RGB4284171-
CMYK0.750.5100.33
HSL220.47º60.56%41.76%-
HSV(B)220.47º75.44%67.06%-
XYZ11.489.7739.81-
YUV81.36178.5999.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=14.14%
G=28.28%
B=57.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42841710.750.5100.33220.4760.5641.76
Hex2A54AB4B33021dc3d2a
Octal52124253113630413347552
Binary1010101010100101010111001011110011010000111011100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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