#25656B

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

Shades of Blue Stone #25656B

Tints of Blue Stone #25656B

Color information

#25656B (or 0x25656B) is unknown color: approx Blue Stone. HEX triplet: 25, 65 and 6B. RGB value is (37,101,107). Sum of RGB (Red+Green+Blue) = 37+101+107=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #25656B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25656B is #DA9A94. Grayscale: #525252. Windows color (decimal): -14326421 or 7038245. OLE color: 7038245.

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

Color convert

RGB37101107-
CMYK0.650.0600.58
HSL185.14º48.61%28.24%-
HSV(B)185.14º65.42%41.96%-
XYZ8.0710.7615.56-
YUV82.55141.895.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=15.10%
G=41.22%
B=43.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal371011070.650.0600.58185.1448.6128.24
Hex25656B41603Ab9311c
Octal4514515310160722716134
Binary10010111001011101011100000111001110101011100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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