#2A55AF

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

Shades of Cerulean Blue #2A55AF

Tints of Cerulean Blue #2A55AF

Color information

#2A55AF (or 0x2A55AF) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 55 and AF. RGB value is (42,85,175). Sum of RGB (Red+Green+Blue) = 42+85+175=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #2A55AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A55AF is #D5AA50. Grayscale: #525252. Windows color (decimal): -14002769 or 11490602. OLE color: 11490602.

HSL color Cylindrical-coordinate representation of color #2A55AF: hue angle of 220.6º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A55AF is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4285175-
CMYK0.760.5100.31
HSL220.6º61.29%42.55%-
HSV(B)220.6º76%68.63%-
XYZ11.9410.0841.87-
YUV82.4180.2599.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.91%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 175 (68.75% from 255) = 57.95%
R=13.91%
G=28.15%
B=57.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42851750.760.5100.31220.661.2942.55
Hex2A55AF4C3301Fdd3d2b
Octal52125257114630373357553
Binary101010101010110101111100110011001101111111011101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A55AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,85,175); }

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

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

 a { background-color: rgb(42,85,175); }

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

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

 span { border-color: rgb(42,85,175); }

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