#26696B

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

Shades of Blue Stone #26696B

Tints of Blue Stone #26696B

Color information

#26696B (or 0x26696B) is unknown color: approx Blue Stone. HEX triplet: 26, 69 and 6B. RGB value is (38,105,107). Sum of RGB (Red+Green+Blue) = 38+105+107=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #26696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26696B is #D99694. Grayscale: #555555. Windows color (decimal): -14259861 or 7039270. OLE color: 7039270.

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

Color convert

RGB38105107-
CMYK0.640.0200.58
HSL181.74º47.59%28.43%-
HSV(B)181.74º64.49%41.96%-
XYZ8.511.5815.7-
YUV85.2140.394.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 107 (42.19% from 255) = 42.8%
R=15.2%
G=42%
B=42.8%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal381051070.640.0200.58181.7447.5928.43
Hex26696B40203Ab6301c
Octal4615115310020722666034
Binary1001101101001110101110000001001110101011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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