#2C4ED5

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

Shades of Cerulean Blue #2C4ED5

Tints of Cerulean Blue #2C4ED5

Color information

#2C4ED5 (or 0x2C4ED5) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4E and D5. RGB value is (44,78,213). Sum of RGB (Red+Green+Blue) = 44+78+213=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 213 (83.59% from 255 or 63.58% from 335); Max value from RGB is 213 - color contains mainly: blue. Hex color #2C4ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4ED5 is #D3B12A. Grayscale: #525252. Windows color (decimal): -13873451 or 13979180. OLE color: 13979180.

HSL color Cylindrical-coordinate representation of color #2C4ED5: hue angle of 227.93º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C4ED5 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4478213-
CMYK0.790.6300.16
HSL227.93º66.8%50.39%-
HSV(B)227.93º79.34%83.53%-
XYZ15.7710.7964.2-
YUV83.22201.24100.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.13%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 213 (83.59% from 255) = 63.58%
R=13.13%
G=23.28%
B=63.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44782130.790.6300.16227.9366.850.39
Hex2C4ED54F3F010e44332
Octal541163251177702034410362
Binary1011001001110110101011001111111111010000111001001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,213); }

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

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

 a { background-color: rgb(44,78,213); }

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

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

 span { border-color: rgb(44,78,213); }

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