Html Css Color HEX #25625E Blue Stone

📋 copy color: '#25625E'

red 37 ◦ green 98 ◦ blue 94

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

Shades of Blue Stone #25625E

Tints of Blue Stone #25625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.79%

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 16.16%
G = 42.79%
B = 41.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#25625E (or 0x25625E) is known color: Blue Stone. HEX triplet: 25, 62 and 5E. RGB value is (37,98,94). Sum of RGB (Red+Green+Blue) = 37+98+94=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #25625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25625E is #DA9DA1. Grayscale: #4F4F4F. Windows color (decimal): -14327202 or 6185509. OLE color: 6185509.

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

Color convert

RGB 37 98 94 -
CMYK 0.62 0 0.04 0.62
HSL 176.07º 0.45% 0.26% -
HSV(B) 176.07º 0.62% 0.38% -
XYZ 7.15 9.94 12.13 -
YUV 79.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 37 98 94 0.62 0 0.04 0.62 176.07 0.45 0.26
Hex 25 62 5E 3E 0 4 3E B0 2D 1A
Octal 45 142 136 76 0 4 76 260 55 32
Binary 100101 1100010 1011110 111110 0 100 111110 10110000 101101 11010

Color Harmonies of #25625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25625E

Black with #25625E

Text Example


Text Example

White with #25625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25625E; }

 p { color: rgb(37,98,94); }

 H1.HeaderClassName
 {
   color: #25625E;
 }
 .AnyTagClassName
 {
   color: #25625E;
 }
</style>

background-color css

<style>
 a { background-color: #25625E; }

 a { background-color: rgb(37,98,94); }

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

border-color css

<style>
 span { border-color: #25625E; }

 span { border-color: rgb(37,98,94); }

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