Html Css Color HEX #0373AE Cerulean

📋 copy color: '#0373AE'

red 3 ◦ green 115 ◦ blue 174

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

Shades of Cerulean #0373AE

Tints of Cerulean #0373AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.59%

R = 1.03%
G = 39.38%
B = 59.59%

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

#0373AE (or 0x0373AE) is known color: Cerulean. HEX triplet: 03, 73 and AE. RGB value is (3,115,174). Sum of RGB (Red+Green+Blue) = 3+115+174=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #0373AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0373AE is #FC8C51. Grayscale: #575757. Windows color (decimal): -16550994 or 11432707. OLE color: 11432707.

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

Color convert

RGB 3 115 174 -
CMYK 0.98 0.34 0 0.32
HSL 200.7º 0.97% 0.35% -
HSV(B) 200.7º 0.98% 0.68% -
XYZ 13.81 15.34 42.28 -
YUV 88.24 176.39 67.2 -
System Red Green Blue C M Y K H S L
Decimal 3 115 174 0.98 0.34 0 0.32 200.7 0.97 0.35
Hex 3 73 AE 62 22 0 20 C9 61 23
Octal 3 163 256 142 42 0 40 311 141 43
Binary 11 1110011 10101110 1100010 100010 0 100000 11001001 1100001 100011

Color Harmonies of #0373AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0373AE

Black with #0373AE

Text Example


Text Example

White with #0373AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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