#032965

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

Shades of Sapphire #032965

Tints of Sapphire #032965

Color information

#032965 (or 0x032965) is unknown color: approx Sapphire. HEX triplet: 03, 29 and 65. RGB value is (3,41,101). Sum of RGB (Red+Green+Blue) = 3+41+101=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #032965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032965 is #FCD69A. Grayscale: #242424. Windows color (decimal): -16570011 or 6629635. OLE color: 6629635.

HSL color Cylindrical-coordinate representation of color #032965: hue angle of 216.73º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032965 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB341101-
CMYK0.970.5900.60
HSL216.73º94.23%20.39%-
HSV(B)216.73º97.03%39.61%-
XYZ3.182.5412.64-
YUV36.48164.41104.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 101 (39.84% from 255) = 69.66%
R=2.07%
G=28.28%
B=69.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3411010.970.5900.60216.7394.2320.39
Hex32965613B03Cd95e14
Octal3511451417307433113624
Binary1110100111001011100001111011011110011011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032965; }

 p { color: rgb(3,41,101); }

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

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

 a { background-color: rgb(3,41,101); }

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

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

 span { border-color: rgb(3,41,101); }

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