#246065

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

Shades of Blue Stone #246065

Tints of Blue Stone #246065

Color information

#246065 (or 0x246065) is unknown color: approx Blue Stone. HEX triplet: 24, 60 and 65. RGB value is (36,96,101). Sum of RGB (Red+Green+Blue) = 36+96+101=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #246065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246065 is #DB9F9A. Grayscale: #4E4E4E. Windows color (decimal): -14393243 or 6643748. OLE color: 6643748.

HSL color Cylindrical-coordinate representation of color #246065: hue angle of 184.62º 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 #246065 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3696101-
CMYK0.640.0500.60
HSL184.62º47.45%26.86%-
HSV(B)184.62º64.36%39.61%-
XYZ7.269.6813.8-
YUV78.63140.6297.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.45%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=15.45%
G=41.20%
B=43.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36961010.640.0500.60184.6247.4526.86
Hex24606540503Cb92f1b
Octal4414014510050742715733
Binary10010011000001100101100000010101111001011100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246065; }

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

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

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

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

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

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

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

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