Html Css Color HEX #25625F Blue Stone

📋 copy color: '#25625F'

red 37 ◦ green 98 ◦ blue 95

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

Shades of Blue Stone #25625F

Tints of Blue Stone #25625F

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.3%

R = 16.09%
G = 42.61%
B = 41.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#25625F (or 0x25625F) is known color: 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

RGB 37 98 95 -
CMYK 0.62 0 0.03 0.62
HSL 177.05º 0.45% 0.26% -
HSV(B) 177.05º 0.62% 0.38% -
XYZ 7.2 9.95 12.37 -
YUV 79.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 37 98 95 0.62 0 0.03 0.62 177.05 0.45 0.26
Hex 25 62 5F 3E 0 3 3E B1 2D 1A
Octal 45 142 137 76 0 3 76 261 55 32
Binary 100101 1100010 1011111 111110 0 11 111110 10110001 101101 11010

Color Harmonies of #25625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25625F

Black with #25625F

Text Example


Text Example

White with #25625F

Text Example


Text Example

HTML Codes & Css Web 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>