#246766

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

Shades of Blue Stone #246766

Tints of Blue Stone #246766

Color information

#246766 (or 0x246766) is unknown color: approx Blue Stone. HEX triplet: 24, 67 and 66. RGB value is (36,103,102). Sum of RGB (Red+Green+Blue) = 36+103+102=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #246766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246766 is #DB9899. Grayscale: #525252. Windows color (decimal): -14391450 or 6711076. OLE color: 6711076.

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

Color convert

RGB36103102-
CMYK0.6500.010.60
HSL179.1º48.2%27.25%-
HSV(B)179.1º65.05%40.39%-
XYZ7.9811.0314.28-
YUV82.85138.894.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=14.94%
G=42.74%
B=42.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal361031020.6500.010.60179.148.227.25
Hex24676641013Cb3301b
Octal4414714610101742636033
Binary100100110011111001101000001011111001011001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246766; }

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

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

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

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

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

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

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

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