#246565

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

Shades of Blue Stone #246565

Tints of Blue Stone #246565

Color information

#246565 (or 0x246565) is unknown color: approx Blue Stone. HEX triplet: 24, 65 and 65. RGB value is (36,101,101). Sum of RGB (Red+Green+Blue) = 36+101+101=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #246565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246565 is #DB9A9A. Grayscale: #515151. Windows color (decimal): -14391963 or 6645028. OLE color: 6645028.

HSL color Cylindrical-coordinate representation of color #246565: hue angle of 180º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #246565 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB36101101-
CMYK0.64000.60
HSL180º47.45%26.86%-
HSV(B)180º64.36%39.61%-
XYZ7.7310.6213.95-
YUV81.56138.9795.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=15.13%
G=42.44%
B=42.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal361011010.64000.6018047.4526.86
Hex24656540003Cb42f1b
Octal4414514510000742645733
Binary100100110010111001011000000001111001011010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246565; }

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

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

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

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

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

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

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

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