#266561

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

Shades of Blue Stone #266561

Tints of Blue Stone #266561

Color information

#266561 (or 0x266561) is unknown color: approx Blue Stone. HEX triplet: 26, 65 and 61. RGB value is (38,101,97). Sum of RGB (Red+Green+Blue) = 38+101+97=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #266561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266561 is #D99A9E. Grayscale: #515151. Windows color (decimal): -14260895 or 6382886. OLE color: 6382886.

HSL color Cylindrical-coordinate representation of color #266561: hue angle of 176.19º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266561 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB3810197-
CMYK0.6200.040.60
HSL176.19º45.32%27.25%-
HSV(B)176.19º62.38%39.61%-
XYZ7.6110.5812.95-
YUV81.71136.6396.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=16.10%
G=42.80%
B=41.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38101970.6200.040.60176.1945.3227.25
Hex2665613E043Cb02d1b
Octal461451417604742605533
Binary1001101100101110000111111001001111001011000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266561; }

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

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

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

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

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

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

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

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