#26615F

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

Shades of Blue Stone #26615F

Tints of Blue Stone #26615F

Color information

#26615F (or 0x26615F) is unknown color: approx Blue Stone. HEX triplet: 26, 61 and 5F. RGB value is (38,97,95). Sum of RGB (Red+Green+Blue) = 38+97+95=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #26615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26615F is #D99EA0. Grayscale: #4F4F4F. Windows color (decimal): -14261921 or 6250790. OLE color: 6250790.

HSL color Cylindrical-coordinate representation of color #26615F: hue angle of 177.97º 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 #26615F is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB389795-
CMYK0.6100.020.62
HSL177.97º43.7%26.47%-
HSV(B)177.97º60.82%38.04%-
XYZ7.149.7912.34-
YUV79.13136.9598.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=16.52%
G=42.17%
B=41.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897950.6100.020.62177.9743.726.47
Hex26615F3D023Eb22c1a
Octal461411377502762625432
Binary100110110000110111111111010101111101011001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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