#25625F

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

Shades of Blue Stone #25625F

Tints of Blue Stone #25625F

Color information

#25625F (or 0x25625F) is unknown color: approx Blue Stone. HEX triplet: 25, 62 and 5F. RGB value is (37,98,95). Sum of RGB (Red+Green+Blue) = 37+98+95=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #25625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25625F is #DA9DA0. Grayscale: #4F4F4F. Windows color (decimal): -14327201 or 6251045. OLE color: 6251045.

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

Color convert

RGB379895-
CMYK0.6200.030.62
HSL177.05º45.19%26.47%-
HSV(B)177.05º62.24%38.43%-
XYZ7.29.9512.37-
YUV79.42136.7997.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=16.09%
G=42.61%
B=41.30%

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
Decimal3798950.6200.030.62177.0545.1926.47
Hex25625F3E033Eb12d1a
Octal451421377603762615532
Binary100101110001010111111111100111111101011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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