#256462

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

Shades of Blue Stone #256462

Tints of Blue Stone #256462

Color information

#256462 (or 0x256462) is unknown color: approx Blue Stone. HEX triplet: 25, 64 and 62. RGB value is (37,100,98). Sum of RGB (Red+Green+Blue) = 37+100+98=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #256462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256462 is #DA9B9D. Grayscale: #505050. Windows color (decimal): -14326686 or 6448165. OLE color: 6448165.

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

Color convert

RGB3710098-
CMYK0.6300.020.61
HSL178.1º45.99%26.86%-
HSV(B)178.1º63%39.22%-
XYZ7.5210.3913.16-
YUV80.93137.6396.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=15.74%
G=42.55%
B=41.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37100980.6300.020.61178.145.9926.86
Hex2564623F023Db22e1b
Octal451441427702752625633
Binary100101110010011000101111110101111011011001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256462; }

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

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

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

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

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

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

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

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