Html Css Color HEX #0373AC Cerulean

📋 copy color: '#0373AC'

red 3 ◦ green 115 ◦ blue 172

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

Shades of Cerulean #0373AC

Tints of Cerulean #0373AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

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

R = 1.03%
G = 39.66%
B = 59.31%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0373AC (or 0x0373AC) is known color: Cerulean. HEX triplet: 03, 73 and AC. RGB value is (3,115,172). Sum of RGB (Red+Green+Blue) = 3+115+172=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #0373AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0373AC is #FC8C53. Grayscale: #575757. Windows color (decimal): -16550996 or 11301635. OLE color: 11301635.

HSL color Cylindrical-coordinate representation of color #0373AC: hue angle of 200.24º 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 #0373AC is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 115 172 -
CMYK 0.98 0.33 0 0.33
HSL 200.24º 0.97% 0.34% -
HSV(B) 200.24º 0.98% 0.67% -
XYZ 13.61 15.26 41.26 -
YUV 88.01 175.39 67.37 -
System Red Green Blue C M Y K H S L
Decimal 3 115 172 0.98 0.33 0 0.33 200.24 0.97 0.34
Hex 3 73 AC 62 21 0 21 C8 61 22
Octal 3 163 254 142 41 0 41 310 141 42
Binary 11 1110011 10101100 1100010 100001 0 100001 11001000 1100001 100010

Color Harmonies of #0373AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0373AC

Black with #0373AC

Text Example


Text Example

White with #0373AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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