#246965

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

Shades of Blue Stone #246965

Tints of Blue Stone #246965

Color information

#246965 (or 0x246965) is unknown color: approx Blue Stone. HEX triplet: 24, 69 and 65. RGB value is (36,105,101). Sum of RGB (Red+Green+Blue) = 36+105+101=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #246965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246965 is #DB969A. Grayscale: #535353. Windows color (decimal): -14390939 or 6646052. OLE color: 6646052.

HSL color Cylindrical-coordinate representation of color #246965: hue angle of 176.52º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246965 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB36105101-
CMYK0.6600.040.59
HSL176.52º48.94%27.65%-
HSV(B)176.52º65.71%41.18%-
XYZ8.1311.4214.09-
YUV83.91137.6493.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=14.88%
G=43.39%
B=41.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal361051010.6600.040.59176.5248.9427.65
Hex24696542043Bb1311c
Octal4415114510204732616134
Binary10010011010011100101100001001001110111011000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246965; }

 p { color: rgb(36,105,101); }

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

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

 a { background-color: rgb(36,105,101); }

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

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

 span { border-color: rgb(36,105,101); }

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