#25605F

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

Shades of Blue Stone #25605F

Tints of Blue Stone #25605F

Color information

#25605F (or 0x25605F) is unknown color: approx Blue Stone. HEX triplet: 25, 60 and 5F. RGB value is (37,96,95). Sum of RGB (Red+Green+Blue) = 37+96+95=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #25605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25605F is #DA9FA0. Grayscale: #4E4E4E. Windows color (decimal): -14327713 or 6250533. OLE color: 6250533.

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

Color convert

RGB379695-
CMYK0.6100.010.62
HSL178.98º44.36%26.08%-
HSV(B)178.98º61.46%37.65%-
XYZ7.019.5912.31-
YUV78.24137.4598.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=16.23%
G=42.11%
B=41.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796950.6100.010.62178.9844.3626.08
Hex25605F3D013Eb32c1a
Octal451401377501762635432
Binary10010111000001011111111101011111101011001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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