#032575

Color #032575 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #032575

Tints of Sapphire #032575

Color information

#032575 (or 0x032575) is unknown color: approx 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

RGB337117-
CMYK0.970.6800.54
HSL222.11º95%23.53%-
HSV(B)222.11º97.44%45.88%-
XYZ3.912.6317.13-
YUV35.95173.74104.5-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3371170.970.6800.54222.119523.53
Hex325756144036de5f18
Octal34516514110406633613730
Binary11100101111010111000011000100011011011011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>