#2A5BAB

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

Shades of Cerulean Blue #2A5BAB

Tints of Cerulean Blue #2A5BAB

Color information

#2A5BAB (or 0x2A5BAB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5B and AB. RGB value is (42,91,171). Sum of RGB (Red+Green+Blue) = 42+91+171=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A5BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5BAB is #D5A454. Grayscale: #555555. Windows color (decimal): -14001237 or 11229994. OLE color: 11229994.

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

Color convert

RGB4291171-
CMYK0.750.4700.33
HSL217.21º60.56%41.76%-
HSV(B)217.21º75.44%67.06%-
XYZ12.0510.9140-
YUV85.47176.2797-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.82%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=13.82%
G=29.93%
B=56.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42911710.750.4700.33217.2160.5641.76
Hex2A5BAB4B2F021d93d2a
Octal52133253113570413317552
Binary1010101011011101010111001011101111010000111011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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