#256461

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

Shades of Blue Stone #256461

Tints of Blue Stone #256461

Color information

#256461 (or 0x256461) is unknown color: approx Blue Stone. HEX triplet: 25, 64 and 61. RGB value is (37,100,97). Sum of RGB (Red+Green+Blue) = 37+100+97=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #256461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256461 is #DA9B9E. Grayscale: #505050. Windows color (decimal): -14326687 or 6382629. OLE color: 6382629.

HSL color Cylindrical-coordinate representation of color #256461: hue angle of 177.14º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256461 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB3710097-
CMYK0.6300.030.61
HSL177.14º45.99%26.86%-
HSV(B)177.14º63%39.22%-
XYZ7.4810.3712.92-
YUV80.82137.1396.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=15.81%
G=42.74%
B=41.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37100970.6300.030.61177.1445.9926.86
Hex2564613F033Db12e1b
Octal451441417703752615633
Binary100101110010011000011111110111111011011000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256461; }

 p { color: rgb(37,100,97); }

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

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

 a { background-color: rgb(37,100,97); }

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

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

 span { border-color: rgb(37,100,97); }

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