#246166

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

Shades of Blue Stone #246166

Tints of Blue Stone #246166

Color information

#246166 (or 0x246166) is unknown color: approx Blue Stone. HEX triplet: 24, 61 and 66. RGB value is (36,97,102). Sum of RGB (Red+Green+Blue) = 36+97+102=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #246166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246166 is #DB9E99. Grayscale: #4F4F4F. Windows color (decimal): -14392986 or 6709540. OLE color: 6709540.

HSL color Cylindrical-coordinate representation of color #246166: hue angle of 184.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246166 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3697102-
CMYK0.650.0500.6
HSL184.55º47.83%27.06%-
HSV(B)184.55º64.71%40%-
XYZ7.49.8814.09-
YUV79.33140.7997.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 102 (40.23% from 255) = 43.40%
R=15.32%
G=41.28%
B=43.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36971020.650.0500.6184.5547.8327.06
Hex24616641503Cb9301b
Octal4414114610150742716033
Binary10010011000011100110100000110101111001011100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246166; }

 p { color: rgb(36,97,102); }

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

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

 a { background-color: rgb(36,97,102); }

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

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

 span { border-color: rgb(36,97,102); }

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