#2A4FAA

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

Shades of Cerulean Blue #2A4FAA

Tints of Cerulean Blue #2A4FAA

Color information

#2A4FAA (or 0x2A4FAA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4F and AA. RGB value is (42,79,170). Sum of RGB (Red+Green+Blue) = 42+79+170=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A4FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4FAA is #D5B055. Grayscale: #4D4D4D. Windows color (decimal): -14004310 or 11161386. OLE color: 11161386.

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

Color convert

RGB4279170-
CMYK0.750.5400.33
HSL222.66º60.38%41.57%-
HSV(B)222.66º75.29%66.67%-
XYZ11.018.9939.18-
YUV78.31179.74102.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=14.43%
G=27.15%
B=58.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42791700.750.5400.33222.6660.3841.57
Hex2A4FAA4B36021df3c2a
Octal52117252113660413377452
Binary1010101001111101010101001011110110010000111011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,79,170); }

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

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

 a { background-color: rgb(42,79,170); }

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

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

 span { border-color: rgb(42,79,170); }

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