#246764

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

Shades of Blue Stone #246764

Tints of Blue Stone #246764

Color information

#246764 (or 0x246764) is unknown color: approx Blue Stone. HEX triplet: 24, 67 and 64. RGB value is (36,103,100). Sum of RGB (Red+Green+Blue) = 36+103+100=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #246764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246764 is #DB989B. Grayscale: #525252. Windows color (decimal): -14391452 or 6580004. OLE color: 6580004.

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

Color convert

RGB36103100-
CMYK0.6500.030.60
HSL177.31º48.2%27.25%-
HSV(B)177.31º65.05%40.39%-
XYZ7.881113.76-
YUV82.62137.894.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=15.06%
G=43.10%
B=41.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal361031000.6500.030.60177.3148.227.25
Hex24676441033Cb1301b
Octal4414714410103742616033
Binary1001001100111110010010000010111111001011000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246764; }

 p { color: rgb(36,103,100); }

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

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

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

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

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

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

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