#25676B

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

Shades of Blue Stone #25676B

Tints of Blue Stone #25676B

Color information

#25676B (or 0x25676B) is unknown color: approx Blue Stone. HEX triplet: 25, 67 and 6B. RGB value is (37,103,107). Sum of RGB (Red+Green+Blue) = 37+103+107=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #25676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25676B is #DA9894. Grayscale: #535353. Windows color (decimal): -14325909 or 7038757. OLE color: 7038757.

HSL color Cylindrical-coordinate representation of color #25676B: hue angle of 183.43º 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 #25676B is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB37103107-
CMYK0.650.0400.58
HSL183.43º48.61%28.24%-
HSV(B)183.43º65.42%41.96%-
XYZ8.2711.1615.63-
YUV83.72141.1394.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=14.98%
G=41.70%
B=43.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal371031070.650.0400.58183.4348.6128.24
Hex25676B41403Ab7311c
Octal4514715310140722676134
Binary10010111001111101011100000110001110101011011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25676B;
 }
 .AnyTagClassName
 {
   color: #25676B;
 }
</style>
background-color css

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

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

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

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

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

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