#256263

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

Shades of Blue Stone #256263

Tints of Blue Stone #256263

Color information

#256263 (or 0x256263) is unknown color: approx Blue Stone. HEX triplet: 25, 62 and 63. RGB value is (37,98,99). Sum of RGB (Red+Green+Blue) = 37+98+99=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #256263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256263 is #DA9D9C. Grayscale: #4F4F4F. Windows color (decimal): -14327197 or 6513189. OLE color: 6513189.

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

Color convert

RGB379899-
CMYK0.630.0100.61
HSL180.97º45.59%26.67%-
HSV(B)180.97º62.63%38.82%-
XYZ7.3810.0313.35-
YUV79.88138.7997.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=15.81%
G=41.88%
B=42.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3798990.630.0100.61180.9745.5926.67
Hex2562633F103Db52e1b
Octal451421437710752655633
Binary10010111000101100011111111101111011011010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256263; }

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

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

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

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

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

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

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

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