Html Css Color HEX #25615F Blue Stone

📋 copy color: '#25615F'

red 37 ◦ green 97 ◦ blue 95

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

Shades of Blue Stone #25615F

Tints of Blue Stone #25615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.36%

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

R = 16.16%
G = 42.36%
B = 41.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#25615F (or 0x25615F) is known color: Blue Stone. HEX triplet: 25, 61 and 5F. RGB value is (37,97,95). Sum of RGB (Red+Green+Blue) = 37+97+95=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #25615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25615F is #DA9EA0. Grayscale: #4E4E4E. Windows color (decimal): -14327457 or 6250789. OLE color: 6250789.

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

Color convert

RGB 37 97 95 -
CMYK 0.62 0 0.02 0.62
HSL 178º 0.45% 0.26% -
HSV(B) 178º 0.62% 0.38% -
XYZ 7.1 9.77 12.34 -
YUV 78.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 37 97 95 0.62 0 0.02 0.62 178 0.45 0.26
Hex 25 61 5F 3E 0 2 3E B2 2D 1A
Octal 45 141 137 76 0 2 76 262 55 32
Binary 100101 1100001 1011111 111110 0 10 111110 10110010 101101 11010

Color Harmonies of #25615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25615F

Black with #25615F

Text Example


Text Example

White with #25615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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