#1F6362

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

Shades of Blue Stone #1F6362

Tints of Blue Stone #1F6362

Color information

#1F6362 (or 0x1F6362) is unknown color: approx Blue Stone. HEX triplet: 1F, 63 and 62. RGB value is (31,99,98). Sum of RGB (Red+Green+Blue) = 31+99+98=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6362 is #E09C9D. Grayscale: #4E4E4E. Windows color (decimal): -14720158 or 6447903. OLE color: 6447903.

HSL color Cylindrical-coordinate representation of color #1F6362: hue angle of 179.12º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6362 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB319998-
CMYK0.6900.010.61
HSL179.12º52.31%25.49%-
HSV(B)179.12º68.69%38.82%-
XYZ7.2310.113.12-
YUV78.55138.9794.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=13.60%
G=43.42%
B=42.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3199980.6900.010.61179.1252.3125.49
Hex1F636245013Db33419
Octal3714314210501752636431
Binary11111110001111000101000101011111011011001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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