#25686C

Color #25686C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #25686C

Tints of Blue Stone #25686C

Color information

#25686C (or 0x25686C) is unknown color: approx 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

RGB37104108-
CMYK0.660.0400.58
HSL183.38º48.97%28.43%-
HSV(B)183.38º65.74%42.35%-
XYZ8.4211.3815.94-
YUV84.42141.394.17-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal371041080.660.0400.58183.3848.9728.43
Hex25686C42403Ab7311c
Octal4515015410240722676134
Binary10010111010001101100100001010001110101011011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>