#2A4EC3

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

Shades of Cerulean Blue #2A4EC3

Tints of Cerulean Blue #2A4EC3

Color information

#2A4EC3 (or 0x2A4EC3) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4E and C3. RGB value is (42,78,195). Sum of RGB (Red+Green+Blue) = 42+78+195=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 195 (76.56% from 255 or 61.90% from 315); Max value from RGB is 195 - color contains mainly: blue. Hex color #2A4EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4EC3 is #D5B13C. Grayscale: #505050. Windows color (decimal): -14004541 or 12799530. OLE color: 12799530.

HSL color Cylindrical-coordinate representation of color #2A4EC3: hue angle of 225.88º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A4EC3 is Cyan = 0.78, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4278195-
CMYK0.780.600.24
HSL225.88º64.56%46.47%-
HSV(B)225.88º78.46%76.47%-
XYZ13.539.8852.82-
YUV80.57192.57100.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 195 (76.56% from 255) = 61.90%
R=13.33%
G=24.76%
B=61.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42781950.780.600.24225.8864.5646.47
Hex2A4EC34E3C018e2412e
Octal521163031167403034210156
Binary1010101001110110000111001110111100011000111000101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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