#266C69

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

Shades of Blue Stone #266C69

Tints of Blue Stone #266C69

Color information

#266C69 (or 0x266C69) is unknown color: approx Blue Stone. HEX triplet: 26, 6C and 69. RGB value is (38,108,105). Sum of RGB (Red+Green+Blue) = 38+108+105=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #266C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C69 is #D99396. Grayscale: #565656. Windows color (decimal): -14259095 or 6908966. OLE color: 6908966.

HSL color Cylindrical-coordinate representation of color #266C69: hue angle of 177.43º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C69 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB38108105-
CMYK0.6500.030.58
HSL177.43º47.95%28.63%-
HSV(B)177.43º64.81%42.35%-
XYZ8.7112.1615.25-
YUV86.73138.3193.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 108 (42.58% from 255) = 43.03%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=15.14%
G=43.03%
B=41.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal381081050.6500.030.58177.4347.9528.63
Hex266C6941033Ab1301d
Octal4615415110103722616035
Binary1001101101100110100110000010111110101011000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266C69; }

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

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

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

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

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

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

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

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