#031652

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

Shades of Sapphire #031652

Tints of Sapphire #031652

Color information

#031652 (or 0x031652) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 52. RGB value is (3,22,82). Sum of RGB (Red+Green+Blue) = 3+22+82=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #031652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031652 is #FCE9AD. Grayscale: #161616. Windows color (decimal): -16574894 or 5379587. OLE color: 5379587.

HSL color Cylindrical-coordinate representation of color #031652: hue angle of 225.57º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031652 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB32282-
CMYK0.960.7300.68
HSL225.57º92.94%16.67%-
HSV(B)225.57º96.34%32.16%-
XYZ1.851.28.12-
YUV23.16161.21113.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 82 (32.42% from 255) = 76.64%
R=2.80%
G=20.56%
B=76.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal322820.960.7300.68225.5792.9416.67
Hex316526049044e25d11
Octal326122140111010434213521
Binary11101101010010110000010010010100010011100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031652; }

 p { color: rgb(3,22,82); }

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

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

 a { background-color: rgb(3,22,82); }

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

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

 span { border-color: rgb(3,22,82); }

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