#26625F

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

Shades of Blue Stone #26625F

Tints of Blue Stone #26625F

Color information

#26625F (or 0x26625F) is unknown color: approx Blue Stone. HEX triplet: 26, 62 and 5F. RGB value is (38,98,95). Sum of RGB (Red+Green+Blue) = 38+98+95=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #26625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26625F is #D99DA0. Grayscale: #4F4F4F. Windows color (decimal): -14261665 or 6251046. OLE color: 6251046.

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

Color convert

RGB389895-
CMYK0.6100.030.62
HSL177º44.12%26.67%-
HSV(B)177º61.22%38.43%-
XYZ7.239.9712.37-
YUV79.72136.6298.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=16.45%
G=42.42%
B=41.13%

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
Decimal3898950.6100.030.6217744.1226.67
Hex26625F3D033Eb12c1b
Octal461421377503762615433
Binary100110110001010111111111010111111101011000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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