#037EC2

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

Shades of Cerulean #037EC2

Tints of Cerulean #037EC2

Color information

#037EC2 (or 0x037EC2) is unknown color: approx Cerulean. HEX triplet: 03, 7E and C2. RGB value is (3,126,194). Sum of RGB (Red+Green+Blue) = 3+126+194=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 194 (76.17% from 255 or 60.06% from 323); Max value from RGB is 194 - color contains mainly: blue. Hex color #037EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037EC2 is #FC813D. Grayscale: #606060. Windows color (decimal): -16548158 or 12746243. OLE color: 12746243.

HSL color Cylindrical-coordinate representation of color #037EC2: hue angle of 201.36º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037EC2 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3126194-
CMYK0.980.3500.24
HSL201.36º96.95%38.63%-
HSV(B)201.36º98.45%76.08%-
XYZ17.2418.8453.77-
YUV96.98182.7560.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 194 (76.17% from 255) = 60.06%
R=0.93%
G=39.01%
B=60.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31261940.980.3500.24201.3696.9538.63
Hex37EC26223018c96127
Octal31763021424303031114147
Binary111111110110000101100010100011011000110010011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037EC2; }

 p { color: rgb(3,126,194); }

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

<style>
 a { background-color: #037EC2; }

 a { background-color: rgb(3,126,194); }

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

<style>
 span { border-color: #037EC2; }

 span { border-color: rgb(3,126,194); }

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