#266C66

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

Shades of Blue Stone #266C66

Tints of Blue Stone #266C66

Color information

#266C66 (or 0x266C66) is unknown color: approx Blue Stone. HEX triplet: 26, 6C and 66. RGB value is (38,108,102). Sum of RGB (Red+Green+Blue) = 38+108+102=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #266C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C66 is #D99399. Grayscale: #565656. Windows color (decimal): -14259098 or 6712358. OLE color: 6712358.

HSL color Cylindrical-coordinate representation of color #266C66: hue angle of 174.86º 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 #266C66 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB38108102-
CMYK0.6500.060.58
HSL174.86º47.95%28.63%-
HSV(B)174.86º64.81%42.35%-
XYZ8.5612.114.45-
YUV86.39136.8193.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.32%
GREEN value IS 108 (42.58% from 255) = 43.55%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=15.32%
G=43.55%
B=41.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal381081020.6500.060.58174.8647.9528.63
Hex266C6641063Aaf301d
Octal4615414610106722576035
Binary10011011011001100110100000101101110101010111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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