#2A4EC1

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

Shades of Cerulean Blue #2A4EC1

Tints of Cerulean Blue #2A4EC1

Color information

#2A4EC1 (or 0x2A4EC1) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4E and C1. RGB value is (42,78,193). Sum of RGB (Red+Green+Blue) = 42+78+193=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 193 (75.78% from 255 or 61.66% from 313); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A4EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4EC1 is #D5B13E. Grayscale: #4F4F4F. Windows color (decimal): -14004543 or 12668458. OLE color: 12668458.

HSL color Cylindrical-coordinate representation of color #2A4EC1: hue angle of 225.7º degrees, saturation: 0.64, 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 #2A4EC1 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4278193-
CMYK0.780.6000.24
HSL225.7º64.26%46.08%-
HSV(B)225.7º78.24%75.69%-
XYZ13.39.7951.64-
YUV80.35191.57100.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 193 (75.78% from 255) = 61.66%
R=13.42%
G=24.92%
B=61.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42781930.780.6000.24225.764.2646.08
Hex2A4EC14E3C018e2402e
Octal521163011167403034210056
Binary1010101001110110000011001110111100011000111000101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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