Html Css Color HEX #25686C Blue Stone

📋 copy color: '#25686C'

red 37 ◦ green 104 ◦ blue 108

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

Shades of Blue Stone #25686C

Tints of Blue Stone #25686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 14.86%
G = 41.77%
B = 43.37%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25686C (or 0x25686C) is known color: Blue Stone. HEX triplet: 25, 68 and 6C. RGB value is (37,104,108). Sum of RGB (Red+Green+Blue) = 37+104+108=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #25686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25686C is #DA9793. Grayscale: #545454. Windows color (decimal): -14325652 or 7104549. OLE color: 7104549.

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

Color convert

RGB 37 104 108 -
CMYK 0.66 0.04 0 0.58
HSL 183.38º 0.49% 0.28% -
HSV(B) 183.38º 0.66% 0.42% -
XYZ 8.42 11.38 15.94 -
YUV 84.42 141.3 94.17 -
System Red Green Blue C M Y K H S L
Decimal 37 104 108 0.66 0.04 0 0.58 183.38 0.49 0.28
Hex 25 68 6C 42 4 0 3A B7 31 1C
Octal 45 150 154 102 4 0 72 267 61 34
Binary 100101 1101000 1101100 1000010 100 0 111010 10110111 110001 11100

Color Harmonies of #25686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25686C

Black with #25686C

Text Example


Text Example

White with #25686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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