#246668

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

Shades of Blue Stone #246668

Tints of Blue Stone #246668

Color information

#246668 (or 0x246668) is unknown color: approx Blue Stone. HEX triplet: 24, 66 and 68. RGB value is (36,102,104). Sum of RGB (Red+Green+Blue) = 36+102+104=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #246668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246668 is #DB9997. Grayscale: #525252. Windows color (decimal): -14391704 or 6841892. OLE color: 6841892.

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

Color convert

RGB36102104-
CMYK0.650.0200.59
HSL181.76º48.57%27.45%-
HSV(B)181.76º65.38%40.78%-
XYZ7.9810.8814.78-
YUV82.49140.1394.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=14.88%
G=42.15%
B=42.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal361021040.650.0200.59181.7648.5727.45
Hex24666841203Bb6311b
Octal4414615010120732666133
Binary1001001100110110100010000011001110111011011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246668; }

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

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

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

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

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

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

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

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