#256063

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

Shades of Blue Stone #256063

Tints of Blue Stone #256063

Color information

#256063 (or 0x256063) is unknown color: approx Blue Stone. HEX triplet: 25, 60 and 63. RGB value is (37,96,99). Sum of RGB (Red+Green+Blue) = 37+96+99=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #256063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256063 is #DA9F9C. Grayscale: #4E4E4E. Windows color (decimal): -14327709 or 6512677. OLE color: 6512677.

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

Color convert

RGB379699-
CMYK0.630.0300.61
HSL182.9º45.59%26.67%-
HSV(B)182.9º62.63%38.82%-
XYZ7.29.6613.29-
YUV78.7139.4598.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=15.95%
G=41.38%
B=42.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3796990.630.0300.61182.945.5926.67
Hex2560633F303Db72e1b
Octal451401437730752675633
Binary100101110000011000111111111101111011011011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256063; }

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

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

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

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

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

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

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

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