#032361

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

Shades of Sapphire #032361

Tints of Sapphire #032361

Color information

#032361 (or 0x032361) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 61. RGB value is (3,35,97). Sum of RGB (Red+Green+Blue) = 3+35+97=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #032361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032361 is #FCDC9E. Grayscale: #202020. Windows color (decimal): -16571551 or 6365955. OLE color: 6365955.

HSL color Cylindrical-coordinate representation of color #032361: hue angle of 219.57º 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 #032361 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33597-
CMYK0.970.6400.62
HSL219.57º94%19.61%-
HSV(B)219.57º96.91%38.04%-
XYZ2.82.0811.56-
YUV32.5164.4106.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 97 (38.28% from 255) = 71.85%
R=2.22%
G=25.93%
B=71.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal335970.970.6400.62219.579419.61
Hex32361614003Edc5e14
Octal34314114110007633413624
Binary11100011110000111000011000000011111011011100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032361; }

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

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

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

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

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

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

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

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