#25666B

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

Shades of Blue Stone #25666B

Tints of Blue Stone #25666B

Color information

#25666B (or 0x25666B) is unknown color: approx Blue Stone. HEX triplet: 25, 66 and 6B. RGB value is (37,102,107). Sum of RGB (Red+Green+Blue) = 37+102+107=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #25666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25666B is #DA9994. Grayscale: #535353. Windows color (decimal): -14326165 or 7038501. OLE color: 7038501.

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

Color convert

RGB37102107-
CMYK0.650.0500.58
HSL184.29º48.61%28.24%-
HSV(B)184.29º65.42%41.96%-
XYZ8.1710.9615.59-
YUV83.14141.4795.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=15.04%
G=41.46%
B=43.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal371021070.650.0500.58184.2948.6128.24
Hex25666B41503Ab8311c
Octal4514615310150722706134
Binary10010111001101101011100000110101110101011100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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