#031655

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

Shades of Sapphire #031655

Tints of Sapphire #031655

Color information

#031655 (or 0x031655) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 55. RGB value is (3,22,85). Sum of RGB (Red+Green+Blue) = 3+22+85=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #031655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031655 is #FCE9AA. Grayscale: #171717. Windows color (decimal): -16574891 or 5576195. OLE color: 5576195.

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

Color convert

RGB32285-
CMYK0.960.7400.67
HSL226.1º93.18%17.25%-
HSV(B)226.1º96.47%33.33%-
XYZ1.961.258.73-
YUV23.5162.71113.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 85 (33.59% from 255) = 77.27%
R=2.73%
G=20%
B=77.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal322850.960.7400.67226.193.1817.25
Hex31655604A043e25d11
Octal326125140112010334213521
Binary11101101010101110000010010100100001111100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031655; }

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

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

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

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

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

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

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

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