#256065

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

Shades of Blue Stone #256065

Tints of Blue Stone #256065

Color information

#256065 (or 0x256065) is unknown color: approx Blue Stone. HEX triplet: 25, 60 and 65. RGB value is (37,96,101). Sum of RGB (Red+Green+Blue) = 37+96+101=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #256065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256065 is #DA9F9A. Grayscale: #4E4E4E. Windows color (decimal): -14327707 or 6643749. OLE color: 6643749.

HSL color Cylindrical-coordinate representation of color #256065: hue angle of 184.69º 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 #256065 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3796101-
CMYK0.630.0500.60
HSL184.69º46.38%27.06%-
HSV(B)184.69º63.37%39.61%-
XYZ7.299.713.8-
YUV78.93140.4598.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 101 (39.84% from 255) = 43.16%
R=15.81%
G=41.03%
B=43.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37961010.630.0500.60184.6946.3827.06
Hex2560653F503Cb92e1b
Octal451401457750742715633
Binary1001011100000110010111111110101111001011100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256065; }

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

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

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

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

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

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

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

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