#25615e

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

Shades of Blue Stone #25615E

Tints of Blue Stone #25615E

Color information

#25615E (or 0x25615E) is unknown color: approx Blue Stone. HEX triplet: 25, 61 and 5E. RGB value is (37,97,94). Sum of RGB (Red+Green+Blue) = 37+97+94=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #25615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25615E is #DA9EA1. Grayscale: #4E4E4E. Windows color (decimal): -14327458 or 6185253. OLE color: 6185253.

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

Color convert

RGB379794-
CMYK0.6200.030.62
HSL177º44.78%26.27%-
HSV(B)177º61.86%38.04%-
XYZ7.069.7512.1-
YUV78.72136.6298.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=16.23%
G=42.54%
B=41.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3797940.6200.030.6217744.7826.27
Hex25615E3E033Eb12d1a
Octal451411367603762615532
Binary100101110000110111101111100111111101011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25615e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25615e; }

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

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

<style>
 a { background-color: #25615e; }

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

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

<style>
 span { border-color: #25615e; }

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

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