#246868

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

Shades of Blue Stone #246868

Tints of Blue Stone #246868

Color information

#246868 (or 0x246868) is unknown color: approx Blue Stone. HEX triplet: 24, 68 and 68. RGB value is (36,104,104). Sum of RGB (Red+Green+Blue) = 36+104+104=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #246868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246868 is #DB9797. Grayscale: #535353. Windows color (decimal): -14391192 or 6842404. OLE color: 6842404.

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

Color convert

RGB36104104-
CMYK0.65000.59
HSL180º48.57%27.45%-
HSV(B)180º65.38%40.78%-
XYZ8.1811.2814.84-
YUV83.67139.4794-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=14.75%
G=42.62%
B=42.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal361041040.65000.5918048.5727.45
Hex24686841003Bb4311b
Octal4415015010100732646133
Binary100100110100011010001000001001110111011010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246868; }

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

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

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

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

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

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

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

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