#25686B

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

Shades of Blue Stone #25686B

Tints of Blue Stone #25686B

Color information

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

RGB37104107-
CMYK0.650.0300.58
HSL182.57º48.61%28.24%-
HSV(B)182.57º65.42%41.96%-
XYZ8.3711.3615.66-
YUV84.31140.894.26-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal371041070.650.0300.58182.5748.6128.24
Hex25686B41303Ab7311c
Octal4515015310130722676134
Binary1001011101000110101110000011101110101011011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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