Html Css Color HEX #25686B Blue Stone

📋 copy color: '#25686B'

red 37 ◦ green 104 ◦ blue 107

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

Shades of Blue Stone #25686B

Tints of Blue Stone #25686B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.94%

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 14.92%
G = 41.94%
B = 43.15%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25686B (or 0x25686B) is known color: Blue Stone. HEX triplet: 25, 68 and 6B. RGB value is (37,104,107). Sum of RGB (Red+Green+Blue) = 37+104+107=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #25686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25686B is #DA9794. Grayscale: #545454. Windows color (decimal): -14325653 or 7039013. OLE color: 7039013.

HSL color Cylindrical-coordinate representation of color #25686B: hue angle of 182.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25686B is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 104 107 -
CMYK 0.65 0.03 0 0.58
HSL 182.57º 0.49% 0.28% -
HSV(B) 182.57º 0.65% 0.42% -
XYZ 8.37 11.36 15.66 -
YUV 84.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 37 104 107 0.65 0.03 0 0.58 182.57 0.49 0.28
Hex 25 68 6B 41 3 0 3A B7 31 1C
Octal 45 150 153 101 3 0 72 267 61 34
Binary 100101 1101000 1101011 1000001 11 0 111010 10110111 110001 11100

Color Harmonies of #25686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25686B

Black with #25686B

Text Example


Text Example

White with #25686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25686B; }

 p { color: rgb(37,104,107); }

 H1.HeaderClassName
 {
   color: #25686B;
 }
 .AnyTagClassName
 {
   color: #25686B;
 }
</style>

background-color css

<style>
 a { background-color: #25686B; }

 a { background-color: rgb(37,104,107); }

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

border-color css

<style>
 span { border-color: #25686B; }

 span { border-color: rgb(37,104,107); }

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