Html Css Color HEX #032875 Sapphire

📋 copy color: '#032875'

red 3 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #032875

Tints of Sapphire #032875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

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

R = 1.88%
G = 25%
B = 73.13%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032875 (or 0x032875) is known color: Sapphire. HEX triplet: 03, 28 and 75. RGB value is (3,40,117). Sum of RGB (Red+Green+Blue) = 3+40+117=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #032875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032875 is #FCD78A. Grayscale: #252525. Windows color (decimal): -16570251 or 7677955. OLE color: 7677955.

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

Color convert

RGB 3 40 117 -
CMYK 0.97 0.66 0 0.54
HSL 220.53º 0.95% 0.24% -
HSV(B) 220.53º 0.97% 0.46% -
XYZ 4.01 2.82 17.16 -
YUV 37.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 3 40 117 0.97 0.66 0 0.54 220.53 0.95 0.24
Hex 3 28 75 61 42 0 36 DD 5F 18
Octal 3 50 165 141 102 0 66 335 137 30
Binary 11 101000 1110101 1100001 1000010 0 110110 11011101 1011111 11000

Color Harmonies of #032875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032875

Black with #032875

Text Example


Text Example

White with #032875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032875; }

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

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

background-color css

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

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

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

border-color css

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

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

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