#032961

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

Shades of Sapphire #032961

Tints of Sapphire #032961

Color information

#032961 (or 0x032961) is unknown color: approx Sapphire. HEX triplet: 03, 29 and 61. RGB value is (3,41,97). Sum of RGB (Red+Green+Blue) = 3+41+97=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #032961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032961 is #FCD69E. Grayscale: #232323. Windows color (decimal): -16570015 or 6367491. OLE color: 6367491.

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

Color convert

RGB34197-
CMYK0.970.5800.62
HSL215.74º94%19.61%-
HSV(B)215.74º96.91%38.04%-
XYZ2.992.4711.63-
YUV36.02162.41104.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 97 (38.28% from 255) = 68.79%
R=2.13%
G=29.08%
B=68.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal341970.970.5800.62215.749419.61
Hex32961613A03Ed85e14
Octal3511411417207633013624
Binary1110100111000011100001111010011111011011000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032961; }

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

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

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

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

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

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

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

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