#1F6365

Color #1F6365 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1F6365

Tints of Blue Stone #1F6365

Color information

#1F6365 (or 0x1F6365) is unknown color: approx Blue Stone. HEX triplet: 1F, 63 and 65. RGB value is (31,99,101). Sum of RGB (Red+Green+Blue) = 31+99+101=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F6365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6365 is #E09C9A. Grayscale: #4E4E4E. Windows color (decimal): -14720155 or 6644511. OLE color: 6644511.

HSL color Cylindrical-coordinate representation of color #1F6365: hue angle of 181.71º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6365 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3199101-
CMYK0.690.0200.60
HSL181.71º53.03%25.88%-
HSV(B)181.71º69.31%39.61%-
XYZ7.3810.1513.88-
YUV78.9140.4793.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.42%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=13.42%
G=42.86%
B=43.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31991010.690.0200.60181.7153.0325.88
Hex1F636545203Cb6351a
Octal3714314510520742666532
Binary111111100011110010110001011001111001011011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F6365; }

 p { color: rgb(31,99,101); }

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

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

 a { background-color: rgb(31,99,101); }

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

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

 span { border-color: rgb(31,99,101); }

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