#2C5EC1

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

Shades of Cerulean Blue #2C5EC1

Tints of Cerulean Blue #2C5EC1

Color information

#2C5EC1 (or 0x2C5EC1) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 5E and C1. RGB value is (44,94,193). Sum of RGB (Red+Green+Blue) = 44+94+193=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C5EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5EC1 is #D3A13E. Grayscale: #595959. Windows color (decimal): -13869375 or 12672556. OLE color: 12672556.

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

Color convert

RGB4494193-
CMYK0.770.5100.24
HSL219.87º62.87%46.47%-
HSV(B)219.87º77.2%75.69%-
XYZ14.6712.3952.07-
YUV90.34185.9494.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.29%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 193 (75.78% from 255) = 58.31%
R=13.29%
G=28.40%
B=58.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44941930.770.5100.24219.8762.8746.47
Hex2C5EC14D33018dc3f2e
Octal54136301115630303347756
Binary101100101111011000001100110111001101100011011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,94,193); }

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

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

 a { background-color: rgb(44,94,193); }

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

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

 span { border-color: rgb(44,94,193); }

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