Html Css Color HEX #032373 Sapphire

📋 copy color: '#032373'

red 3 ◦ green 35 ◦ blue 115

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

Shades of Sapphire #032373

Tints of Sapphire #032373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

 BLUE value IS 115 (45.31% from 255) = 75.16%

R = 1.96%
G = 22.88%
B = 75.16%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#032373 (or 0x032373) is known color: Sapphire. HEX triplet: 03, 23 and 73. RGB value is (3,35,115). Sum of RGB (Red+Green+Blue) = 3+35+115=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #032373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032373 is #FCDC8C. Grayscale: #222222. Windows color (decimal): -16571533 or 7545603. OLE color: 7545603.

HSL color Cylindrical-coordinate representation of color #032373: hue angle of 222.86º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032373 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 35 115 -
CMYK 0.97 0.70 0 0.55
HSL 222.86º 0.95% 0.23% -
HSV(B) 222.86º 0.97% 0.45% -
XYZ 3.73 2.46 16.5 -
YUV 34.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 3 35 115 0.97 0.70 0 0.55 222.86 0.95 0.23
Hex 3 23 73 61 46 0 37 DF 5F 17
Octal 3 43 163 141 106 0 67 337 137 27
Binary 11 100011 1110011 1100001 1000110 0 110111 11011111 1011111 10111

Color Harmonies of #032373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032373

Black with #032373

Text Example


Text Example

White with #032373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032373; }

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

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

background-color css

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

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

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

border-color css

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

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

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