#266160

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

Shades of Blue Stone #266160

Tints of Blue Stone #266160

Color information

#266160 (or 0x266160) is unknown color: approx Blue Stone. HEX triplet: 26, 61 and 60. RGB value is (38,97,96). Sum of RGB (Red+Green+Blue) = 38+97+96=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #266160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266160 is #D99E9F. Grayscale: #4F4F4F. Windows color (decimal): -14261920 or 6316326. OLE color: 6316326.

HSL color Cylindrical-coordinate representation of color #266160: hue angle of 178.98º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266160 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB389796-
CMYK0.6100.010.62
HSL178.98º43.7%26.47%-
HSV(B)178.98º60.82%38.04%-
XYZ7.199.8112.58-
YUV79.24137.4598.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=16.45%
G=41.99%
B=41.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897960.6100.010.62178.9843.726.47
Hex2661603D013Eb32c1a
Octal461411407501762635432
Binary10011011000011100000111101011111101011001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266160; }

 p { color: rgb(38,97,96); }

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

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

 a { background-color: rgb(38,97,96); }

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

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

 span { border-color: rgb(38,97,96); }

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