#246661

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

Shades of Blue Stone #246661

Tints of Blue Stone #246661

Color information

#246661 (or 0x246661) is unknown color: approx Blue Stone. HEX triplet: 24, 66 and 61. RGB value is (36,102,97). Sum of RGB (Red+Green+Blue) = 36+102+97=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #246661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246661 is #DB999E. Grayscale: #515151. Windows color (decimal): -14391711 or 6383140. OLE color: 6383140.

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

Color convert

RGB3610297-
CMYK0.6500.050.6
HSL175.45º47.83%27.06%-
HSV(B)175.45º64.71%40%-
XYZ7.6410.7412.98-
YUV81.7136.6395.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=15.32%
G=43.40%
B=41.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36102970.6500.050.6175.4547.8327.06
Hex24666141053Caf301b
Octal4414614110105742576033
Binary10010011001101100001100000101011111001010111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246661; }

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

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

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

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

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

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

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

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