#032960

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

Shades of Sapphire #032960

Tints of Sapphire #032960

Color information

#032960 (or 0x032960) is unknown color: approx Sapphire. HEX triplet: 03, 29 and 60. RGB value is (3,41,96). Sum of RGB (Red+Green+Blue) = 3+41+96=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #032960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032960 is #FCD69F. Grayscale: #232323. Windows color (decimal): -16570016 or 6301955. OLE color: 6301955.

HSL color Cylindrical-coordinate representation of color #032960: hue angle of 215.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032960 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB34196-
CMYK0.970.5700.62
HSL215.48º93.94%19.41%-
HSV(B)215.48º96.88%37.65%-
XYZ2.942.4511.38-
YUV35.91161.91104.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=2.14%
G=29.29%
B=68.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal341960.970.5700.62215.4893.9419.41
Hex32960613903Ed75e13
Octal3511401417107632713623
Binary1110100111000001100001111001011111011010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032960; }

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

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

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

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

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

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

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

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