#25635F

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

Shades of Blue Stone #25635F

Tints of Blue Stone #25635F

Color information

#25635F (or 0x25635F) is unknown color: approx Blue Stone. HEX triplet: 25, 63 and 5F. RGB value is (37,99,95). Sum of RGB (Red+Green+Blue) = 37+99+95=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #25635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25635F is #DA9CA0. Grayscale: #4F4F4F. Windows color (decimal): -14326945 or 6251301. OLE color: 6251301.

HSL color Cylindrical-coordinate representation of color #25635F: hue angle of 176.13º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25635F is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB379995-
CMYK0.6300.040.61
HSL176.13º45.59%26.67%-
HSV(B)176.13º62.63%38.82%-
XYZ7.2910.1412.4-
YUV80.01136.4697.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=16.02%
G=42.86%
B=41.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3799950.6300.040.61176.1345.5926.67
Hex25635F3F043Db02e1b
Octal451431377704752605633
Binary1001011100011101111111111101001111011011000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,99,95); }

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

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

 a { background-color: rgb(37,99,95); }

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

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

 span { border-color: rgb(37,99,95); }

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