Html Css Color HEX #0372AD Cerulean

📋 copy color: '#0372AD'

red 3 ◦ green 114 ◦ blue 173

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

Shades of Cerulean #0372AD

Tints of Cerulean #0372AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.66%

R = 1.03%
G = 39.31%
B = 59.66%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0372AD (or 0x0372AD) is known color: Cerulean. HEX triplet: 03, 72 and AD. RGB value is (3,114,173). Sum of RGB (Red+Green+Blue) = 3+114+173=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #0372AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0372AD is #FC8D52. Grayscale: #575757. Windows color (decimal): -16551251 or 11366915. OLE color: 11366915.

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

Color convert

RGB 3 114 173 -
CMYK 0.98 0.34 0 0.32
HSL 200.82º 0.97% 0.35% -
HSV(B) 200.82º 0.98% 0.68% -
XYZ 13.6 15.07 41.73 -
YUV 87.54 176.23 67.7 -
System Red Green Blue C M Y K H S L
Decimal 3 114 173 0.98 0.34 0 0.32 200.82 0.97 0.35
Hex 3 72 AD 62 22 0 20 C9 61 23
Octal 3 162 255 142 42 0 40 311 141 43
Binary 11 1110010 10101101 1100010 100010 0 100000 11001001 1100001 100011

Color Harmonies of #0372AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372AD

Black with #0372AD

Text Example


Text Example

White with #0372AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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