#037CB2

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

Shades of Cerulean #037CB2

Tints of Cerulean #037CB2

Color information

#037CB2 (or 0x037CB2) is unknown color: approx Cerulean. HEX triplet: 03, 7C and B2. RGB value is (3,124,178). Sum of RGB (Red+Green+Blue) = 3+124+178=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #037CB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037CB2 is #FC834D. Grayscale: #5D5D5D. Windows color (decimal): -16548686 or 11697155. OLE color: 11697155.

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

Color convert

RGB3124178-
CMYK0.980.3000.30
HSL198.51º96.69%35.49%-
HSV(B)198.51º98.31%69.8%-
XYZ15.2817.6544.72-
YUV93.98175.4163.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 124 (48.83% from 255) = 40.66%
BLUE value IS 178 (69.92% from 255) = 58.36%
R=0.98%
G=40.66%
B=58.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31241780.980.3000.30198.5196.6935.49
Hex37CB2621E01Ec76123
Octal31742621423603630714143
Binary11111110010110010110001011110011110110001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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