#266966

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

Shades of Blue Stone #266966

Tints of Blue Stone #266966

Color information

#266966 (or 0x266966) is unknown color: approx Blue Stone. HEX triplet: 26, 69 and 66. RGB value is (38,105,102). Sum of RGB (Red+Green+Blue) = 38+105+102=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #266966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266966 is #D99699. Grayscale: #545454. Windows color (decimal): -14259866 or 6711590. OLE color: 6711590.

HSL color Cylindrical-coordinate representation of color #266966: hue angle of 177.31º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266966 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB38105102-
CMYK0.6400.030.59
HSL177.31º46.85%28.04%-
HSV(B)177.31º63.81%41.18%-
XYZ8.2511.4714.35-
YUV84.62137.894.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=15.51%
G=42.86%
B=41.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal381051020.6400.030.59177.3146.8528.04
Hex26696640033Bb12f1c
Octal4615114610003732615734
Binary1001101101001110011010000000111110111011000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266966; }

 p { color: rgb(38,105,102); }

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

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

 a { background-color: rgb(38,105,102); }

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

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

 span { border-color: rgb(38,105,102); }

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