#256165

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

Shades of Blue Stone #256165

Tints of Blue Stone #256165

Color information

#256165 (or 0x256165) is unknown color: approx Blue Stone. HEX triplet: 25, 61 and 65. RGB value is (37,97,101). Sum of RGB (Red+Green+Blue) = 37+97+101=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #256165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256165 is #DA9E9A. Grayscale: #4F4F4F. Windows color (decimal): -14327451 or 6644005. OLE color: 6644005.

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

Color convert

RGB3797101-
CMYK0.630.0400.60
HSL183.75º46.38%27.06%-
HSV(B)183.75º63.37%39.61%-
XYZ7.399.8813.83-
YUV79.52140.1297.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=15.74%
G=41.28%
B=42.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37971010.630.0400.60183.7546.3827.06
Hex2561653F403Cb82e1b
Octal451411457740742705633
Binary1001011100001110010111111110001111001011100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256165; }

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

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

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

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

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

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

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

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