Html Css Color HEX #0372AC Cerulean

📋 copy color: '#0372AC'

red 3 ◦ green 114 ◦ blue 172

#0372AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0372AC

Tints of Cerulean #0372AC

RGB

 RED value IS 3 (1.56% from 255) = 1.04%

 GREEN value IS 114 (44.92% from 255) = 39.45%

 BLUE value IS 172 (67.58% from 255) = 59.52%

R = 1.04%
G = 39.45%
B = 59.52%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0372AC (or 0x0372AC) is known color: Cerulean. HEX triplet: 03, 72 and AC. RGB value is (3,114,172). Sum of RGB (Red+Green+Blue) = 3+114+172=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #0372AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0372AC is #FC8D53. Grayscale: #575757. Windows color (decimal): -16551252 or 11301379. OLE color: 11301379.

HSL color Cylindrical-coordinate representation of color #0372AC: hue angle of 200.59º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0372AC is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 114 172 -
CMYK 0.98 0.34 0 0.33
HSL 200.59º 0.97% 0.34% -
HSV(B) 200.59º 0.98% 0.67% -
XYZ 13.5 15.03 41.22 -
YUV 87.42 175.73 67.78 -
System Red Green Blue C M Y K H S L
Decimal 3 114 172 0.98 0.34 0 0.33 200.59 0.97 0.34
Hex 3 72 AC 62 22 0 21 C9 61 22
Octal 3 162 254 142 42 0 41 311 141 42
Binary 11 1110010 10101100 1100010 100010 0 100001 11001001 1100001 100010

Color Harmonies of #0372AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372AC

Black with #0372AC

Text Example


Text Example

White with #0372AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0372AC; }

 p { color: rgb(3,114,172); }

 H1.HeaderClassName
 {
   color: #0372AC;
 }
 .AnyTagClassName
 {
   color: #0372AC;
 }
</style>

background-color css

<style>
 a { background-color: #0372AC; }

 a { background-color: rgb(3,114,172); }

 div.DivClassName
 {
   background-color: #0372AC;
 }
 .BgClassName
 {
   background-color: #0372AC;
 }
</style>

border-color css

<style>
 span { border-color: #0372AC; }

 span { border-color: rgb(3,114,172); }

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