#26666B

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

Shades of Blue Stone #26666B

Tints of Blue Stone #26666B

Color information

#26666B (or 0x26666B) is unknown color: approx Blue Stone. HEX triplet: 26, 66 and 6B. RGB value is (38,102,107). Sum of RGB (Red+Green+Blue) = 38+102+107=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #26666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26666B is #D99994. Grayscale: #535353. Windows color (decimal): -14260629 or 7038502. OLE color: 7038502.

HSL color Cylindrical-coordinate representation of color #26666B: hue angle of 184.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26666B is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB38102107-
CMYK0.640.0500.58
HSL184.35º47.59%28.43%-
HSV(B)184.35º64.49%41.96%-
XYZ8.210.9815.6-
YUV83.43141.395.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=15.38%
G=41.30%
B=43.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal381021070.640.0500.58184.3547.5928.43
Hex26666B40503Ab8301c
Octal4614615310050722706034
Binary10011011001101101011100000010101110101011100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26666B; }

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

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

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

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

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

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

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

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