#2A4EC6

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

Shades of Cerulean Blue #2A4EC6

Tints of Cerulean Blue #2A4EC6

Color information

#2A4EC6 (or 0x2A4EC6) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4E and C6. RGB value is (42,78,198). Sum of RGB (Red+Green+Blue) = 42+78+198=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #2A4EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4EC6 is #D5B139. Grayscale: #505050. Windows color (decimal): -14004538 or 12996138. OLE color: 12996138.

HSL color Cylindrical-coordinate representation of color #2A4EC6: hue angle of 226.15º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A4EC6 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4278198-
CMYK0.790.6100.22
HSL226.15º65%47.06%-
HSV(B)226.15º78.79%77.65%-
XYZ13.8710.0254.63-
YUV80.92194.07100.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.21%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 198 (77.73% from 255) = 62.26%
R=13.21%
G=24.53%
B=62.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42781980.790.6100.22226.156547.06
Hex2A4EC64F3D016e2412f
Octal521163061177502634210157
Binary1010101001110110001101001111111101010110111000101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,78,198); }

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

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

 a { background-color: rgb(42,78,198); }

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

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

 span { border-color: rgb(42,78,198); }

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