#246768

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

Shades of Blue Stone #246768

Tints of Blue Stone #246768

Color information

#246768 (or 0x246768) is unknown color: approx Blue Stone. HEX triplet: 24, 67 and 68. RGB value is (36,103,104). Sum of RGB (Red+Green+Blue) = 36+103+104=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #246768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246768 is #DB9897. Grayscale: #535353. Windows color (decimal): -14391448 or 6842148. OLE color: 6842148.

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

Color convert

RGB36103104-
CMYK0.650.0100.59
HSL180.88º48.57%27.45%-
HSV(B)180.88º65.38%40.78%-
XYZ8.0811.0814.81-
YUV83.08139.894.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.81%
GREEN value IS 103 (40.62% from 255) = 42.39%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=14.81%
G=42.39%
B=42.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal361031040.650.0100.59180.8848.5727.45
Hex24676841103Bb5311b
Octal4414715010110732656133
Binary100100110011111010001000001101110111011010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246768; }

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

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

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

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

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

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

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

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