#031755

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

Shades of Sapphire #031755

Tints of Sapphire #031755

Color information

#031755 (or 0x031755) is unknown color: approx Sapphire. HEX triplet: 03, 17 and 55. RGB value is (3,23,85). Sum of RGB (Red+Green+Blue) = 3+23+85=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #031755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031755 is #FCE8AA. Grayscale: #171717. Windows color (decimal): -16574635 or 5576451. OLE color: 5576451.

HSL color Cylindrical-coordinate representation of color #031755: hue angle of 225.37º 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 #031755 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB32385-
CMYK0.960.7300.67
HSL225.37º93.18%17.25%-
HSV(B)225.37º96.47%33.33%-
XYZ1.981.298.74-
YUV24.09162.37112.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 85 (33.59% from 255) = 76.58%
R=2.70%
G=20.72%
B=76.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal323850.960.7300.67225.3793.1817.25
Hex317556049043e15d11
Octal327125140111010334113521
Binary11101111010101110000010010010100001111100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031755; }

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

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

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

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

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

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

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

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