#037CA0

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

Shades of Cerulean #037CA0

Tints of Cerulean #037CA0

Color information

#037CA0 (or 0x037CA0) is unknown color: approx Cerulean. HEX triplet: 03, 7C and A0. RGB value is (3,124,160). Sum of RGB (Red+Green+Blue) = 3+124+160=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #037CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037CA0 is #FC835F. Grayscale: #5B5B5B. Windows color (decimal): -16548704 or 10517507. OLE color: 10517507.

HSL color Cylindrical-coordinate representation of color #037CA0: hue angle of 193.76º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037CA0 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3124160-
CMYK0.980.2200.37
HSL193.76º96.32%31.96%-
HSV(B)193.76º98.12%62.75%-
XYZ13.5916.9735.82-
YUV91.93166.4164.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 160 (62.89% from 255) = 55.75%
R=1.05%
G=43.21%
B=55.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31241600.980.2200.37193.7696.3231.96
Hex37CA06216025c26020
Octal31742401422604530214040
Binary111111100101000001100010101100100101110000101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,124,160); }

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

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

 a { background-color: rgb(3,124,160); }

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

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

 span { border-color: rgb(3,124,160); }

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