#26696C

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

Shades of Blue Stone #26696C

Tints of Blue Stone #26696C

Color information

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

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

Color convert

RGB38105108-
CMYK0.650.0300.58
HSL182.57º47.95%28.63%-
HSV(B)182.57º64.81%42.35%-
XYZ8.5611.615.97-
YUV85.31140.894.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal381051080.650.0300.58182.5747.9528.63
Hex26696C41303Ab7301d
Octal4615115410130722676035
Binary1001101101001110110010000011101110101011011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26696C; }

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

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

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

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

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

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

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

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