#032374

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

Shades of Sapphire #032374

Tints of Sapphire #032374

Color information

#032374 (or 0x032374) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 74. RGB value is (3,35,116). Sum of RGB (Red+Green+Blue) = 3+35+116=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #032374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032374 is #FCDC8B. Grayscale: #222222. Windows color (decimal): -16571532 or 7611139. OLE color: 7611139.

HSL color Cylindrical-coordinate representation of color #032374: hue angle of 223.01º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032374 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB335116-
CMYK0.970.7000.55
HSL223.01º94.96%23.33%-
HSV(B)223.01º97.41%45.49%-
XYZ3.792.4816.8-
YUV34.67173.9105.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 116 (45.70% from 255) = 75.32%
R=1.95%
G=22.73%
B=75.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3351160.970.7000.55223.0194.9623.33
Hex323746146037df5f17
Octal34316414110606733713727
Binary11100011111010011000011000110011011111011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032374; }

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

 H1.HeaderClassName
 {
   color: #032374;
 }
 .AnyTagClassName
 {
   color: #032374;
 }
</style>
background-color css

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

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

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

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

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

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