#26615E

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

Shades of Blue Stone #26615E

Tints of Blue Stone #26615E

Color information

#26615E (or 0x26615E) is unknown color: approx Blue Stone. HEX triplet: 26, 61 and 5E. RGB value is (38,97,94). Sum of RGB (Red+Green+Blue) = 38+97+94=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #26615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26615E is #D99EA1. Grayscale: #4E4E4E. Windows color (decimal): -14261922 or 6185254. OLE color: 6185254.

HSL color Cylindrical-coordinate representation of color #26615E: hue angle of 176.95º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26615E is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB389794-
CMYK0.6100.030.62
HSL176.95º43.7%26.47%-
HSV(B)176.95º60.82%38.04%-
XYZ7.099.7712.1-
YUV79.02136.4598.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=16.59%
G=42.36%
B=41.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897940.6100.030.62176.9543.726.47
Hex26615E3D033Eb12c1a
Octal461411367503762615432
Binary100110110000110111101111010111111101011000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26615E; }

 p { color: rgb(38,97,94); }

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

<style>
 a { background-color: #26615E; }

 a { background-color: rgb(38,97,94); }

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

<style>
 span { border-color: #26615E; }

 span { border-color: rgb(38,97,94); }

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