Html Css Color HEX #032175 Sapphire

📋 copy color: '#032175'

red 3 ◦ green 33 ◦ blue 117

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

Shades of Sapphire #032175

Tints of Sapphire #032175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 117 (46.09% from 255) = 76.47%

R = 1.96%
G = 21.57%
B = 76.47%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032175 (or 0x032175) is known color: Sapphire. HEX triplet: 03, 21 and 75. RGB value is (3,33,117). Sum of RGB (Red+Green+Blue) = 3+33+117=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #032175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032175 is #FCDE8A. Grayscale: #212121. Windows color (decimal): -16572043 or 7676163. OLE color: 7676163.

HSL color Cylindrical-coordinate representation of color #032175: hue angle of 224.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032175 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 33 117 -
CMYK 0.97 0.72 0 0.54
HSL 224.21º 0.95% 0.24% -
HSV(B) 224.21º 0.97% 0.46% -
XYZ 3.79 2.39 17.09 -
YUV 33.61 175.06 106.17 -
System Red Green Blue C M Y K H S L
Decimal 3 33 117 0.97 0.72 0 0.54 224.21 0.95 0.24
Hex 3 21 75 61 48 0 36 E0 5F 18
Octal 3 41 165 141 110 0 66 340 137 30
Binary 11 100001 1110101 1100001 1001000 0 110110 11100000 1011111 11000

Color Harmonies of #032175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032175

Black with #032175

Text Example


Text Example

White with #032175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032175; }

 p { color: rgb(3,33,117); }

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

background-color css

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

 a { background-color: rgb(3,33,117); }

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

border-color css

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

 span { border-color: rgb(3,33,117); }

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