#25696C

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

Shades of Blue Stone #25696C

Tints of Blue Stone #25696C

Color information

#25696C (or 0x25696C) is unknown color: approx Blue Stone. HEX triplet: 25, 69 and 6C. RGB value is (37,105,108). Sum of RGB (Red+Green+Blue) = 37+105+108=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #25696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25696C is #DA9693. Grayscale: #545454. Windows color (decimal): -14325396 or 7104805. OLE color: 7104805.

HSL color Cylindrical-coordinate representation of color #25696C: hue angle of 182.54º 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 #25696C is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB37105108-
CMYK0.660.0300.58
HSL182.54º48.97%28.43%-
HSV(B)182.54º65.74%42.35%-
XYZ8.5211.5815.97-
YUV85.01140.9793.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=14.8%
G=42%
B=43.2%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal371051080.660.0300.58182.5448.9728.43
Hex25696C42303Ab7311c
Octal4515115410230722676134
Binary1001011101001110110010000101101110101011011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25696C; }

 p { color: rgb(37,105,108); }

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

<style>
 a { background-color: #25696C; }

 a { background-color: rgb(37,105,108); }

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

<style>
 span { border-color: #25696C; }

 span { border-color: rgb(37,105,108); }

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