Html Css Color HEX #25595F Blue Stone

📋 copy color: '#25595F'

red 37 ◦ green 89 ◦ blue 95

#25595F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #25595F

Tints of Blue Stone #25595F

RGB

 RED value IS 37 (14.84% from 255) = 16.74%

 GREEN value IS 89 (35.16% from 255) = 40.27%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 16.74%
G = 40.27%
B = 42.99%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25595F (or 0x25595F) is known color: Blue Stone. HEX triplet: 25, 59 and 5F. RGB value is (37,89,95). Sum of RGB (Red+Green+Blue) = 37+89+95=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #25595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25595F is #DAA6A0. Grayscale: #4A4A4A. Windows color (decimal): -14329505 or 6248741. OLE color: 6248741.

HSL color Cylindrical-coordinate representation of color #25595F: hue angle of 186.21º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25595F is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 89 95 -
CMYK 0.61 0.06 0 0.63
HSL 186.21º 0.44% 0.26% -
HSV(B) 186.21º 0.61% 0.37% -
XYZ 6.4 8.36 12.1 -
YUV 74.14 139.77 101.51 -
System Red Green Blue C M Y K H S L
Decimal 37 89 95 0.61 0.06 0 0.63 186.21 0.44 0.26
Hex 25 59 5F 3D 6 0 3F BA 2C 1A
Octal 45 131 137 75 6 0 77 272 54 32
Binary 100101 1011001 1011111 111101 110 0 111111 10111010 101100 11010

Color Harmonies of #25595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25595F

Black with #25595F

Text Example


Text Example

White with #25595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25595F;
 }
 .AnyTagClassName
 {
   color: #25595F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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