Html Css Color HEX #032575 Sapphire

📋 copy color: '#032575'

red 3 ◦ green 37 ◦ blue 117

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

Shades of Sapphire #032575

Tints of Sapphire #032575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 1.91%
G = 23.57%
B = 74.52%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032575 (or 0x032575) is known color: Sapphire. HEX triplet: 03, 25 and 75. RGB value is (3,37,117). Sum of RGB (Red+Green+Blue) = 3+37+117=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #032575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032575 is #FCDA8A. Grayscale: #232323. Windows color (decimal): -16571019 or 7677187. OLE color: 7677187.

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

Color convert

RGB 3 37 117 -
CMYK 0.97 0.68 0 0.54
HSL 222.11º 0.95% 0.24% -
HSV(B) 222.11º 0.97% 0.46% -
XYZ 3.91 2.63 17.13 -
YUV 35.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 3 37 117 0.97 0.68 0 0.54 222.11 0.95 0.24
Hex 3 25 75 61 44 0 36 DE 5F 18
Octal 3 45 165 141 104 0 66 336 137 30
Binary 11 100101 1110101 1100001 1000100 0 110110 11011110 1011111 11000

Color Harmonies of #032575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032575

Black with #032575

Text Example


Text Example

White with #032575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032575; }

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

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

background-color css

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

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

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

border-color css

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

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

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