Html Css Color HEX #032375 Sapphire

📋 copy color: '#032375'

red 3 ◦ green 35 ◦ blue 117

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

Shades of Sapphire #032375

Tints of Sapphire #032375

RGB

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

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

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

R = 1.94%
G = 22.58%
B = 75.48%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032375 (or 0x032375) is known color: Sapphire. HEX triplet: 03, 23 and 75. RGB value is (3,35,117). Sum of RGB (Red+Green+Blue) = 3+35+117=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #032375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032375 is #FCDC8A. Grayscale: #222222. Windows color (decimal): -16571531 or 7676675. OLE color: 7676675.

HSL color Cylindrical-coordinate representation of color #032375: hue angle of 223.16º 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 #032375 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 35 117 -
CMYK 0.97 0.70 0 0.54
HSL 223.16º 0.95% 0.24% -
HSV(B) 223.16º 0.97% 0.46% -
XYZ 3.85 2.51 17.11 -
YUV 34.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 3 35 117 0.97 0.70 0 0.54 223.16 0.95 0.24
Hex 3 23 75 61 46 0 36 DF 5F 18
Octal 3 43 165 141 106 0 66 337 137 30
Binary 11 100011 1110101 1100001 1000110 0 110110 11011111 1011111 11000

Color Harmonies of #032375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032375

Black with #032375

Text Example


Text Example

White with #032375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032375; }

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

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

background-color css

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

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

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

border-color css

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

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

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