Html Css Color HEX #25635F Blue Stone

📋 copy color: '#25635F'

red 37 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #25635F

Tints of Blue Stone #25635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

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

R = 16.02%
G = 42.86%
B = 41.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#25635F (or 0x25635F) is known color: Blue Stone. HEX triplet: 25, 63 and 5F. RGB value is (37,99,95). Sum of RGB (Red+Green+Blue) = 37+99+95=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #25635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25635F is #DA9CA0. Grayscale: #4F4F4F. Windows color (decimal): -14326945 or 6251301. OLE color: 6251301.

HSL color Cylindrical-coordinate representation of color #25635F: hue angle of 176.13º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25635F is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 99 95 -
CMYK 0.63 0 0.04 0.61
HSL 176.13º 0.46% 0.27% -
HSV(B) 176.13º 0.63% 0.39% -
XYZ 7.29 10.14 12.4 -
YUV 80.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 37 99 95 0.63 0 0.04 0.61 176.13 0.46 0.27
Hex 25 63 5F 3F 0 4 3D B0 2E 1B
Octal 45 143 137 77 0 4 75 260 56 33
Binary 100101 1100011 1011111 111111 0 100 111101 10110000 101110 11011

Color Harmonies of #25635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25635F

Black with #25635F

Text Example


Text Example

White with #25635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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