#2A5CAB

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

Shades of Cerulean Blue #2A5CAB

Tints of Cerulean Blue #2A5CAB

Color information

#2A5CAB (or 0x2A5CAB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5C and AB. RGB value is (42,92,171). Sum of RGB (Red+Green+Blue) = 42+92+171=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A5CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5CAB is #D5A354. Grayscale: #555555. Windows color (decimal): -14000981 or 11230250. OLE color: 11230250.

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

Color convert

RGB4292171-
CMYK0.750.4600.33
HSL216.74º60.56%41.76%-
HSV(B)216.74º75.44%67.06%-
XYZ12.1311.0940.03-
YUV86.06175.9496.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.77%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=13.77%
G=30.16%
B=56.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42921710.750.4600.33216.7460.5641.76
Hex2A5CAB4B2E021d93d2a
Octal52134253113560413317552
Binary1010101011100101010111001011101110010000111011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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