#266C64

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

Shades of Blue Stone #266C64

Tints of Blue Stone #266C64

Color information

#266C64 (or 0x266C64) is unknown color: approx Blue Stone. HEX triplet: 26, 6C and 64. RGB value is (38,108,100). Sum of RGB (Red+Green+Blue) = 38+108+100=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #266C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C64 is #D9939B. Grayscale: #565656. Windows color (decimal): -14259100 or 6581286. OLE color: 6581286.

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

Color convert

RGB38108100-
CMYK0.6500.070.58
HSL173.14º47.95%28.63%-
HSV(B)173.14º64.81%42.35%-
XYZ8.4612.0613.94-
YUV86.16135.8193.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=15.45%
G=43.90%
B=40.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal381081000.6500.070.58173.1447.9528.63
Hex266C6441073Aad301d
Octal4615414410107722556035
Binary10011011011001100100100000101111110101010110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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