#256268

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

Shades of Blue Stone #256268

Tints of Blue Stone #256268

Color information

#256268 (or 0x256268) is unknown color: approx Blue Stone. HEX triplet: 25, 62 and 68. RGB value is (37,98,104). Sum of RGB (Red+Green+Blue) = 37+98+104=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #256268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256268 is #DA9D97. Grayscale: #505050. Windows color (decimal): -14327192 or 6840869. OLE color: 6840869.

HSL color Cylindrical-coordinate representation of color #256268: hue angle of 185.37º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256268 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3798104-
CMYK0.640.0600.59
HSL185.37º47.52%27.65%-
HSV(B)185.37º64.42%40.78%-
XYZ7.6310.1314.65-
YUV80.44141.2997.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=15.48%
G=41.00%
B=43.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37981040.640.0600.59185.3747.5227.65
Hex25626840603Bb9301c
Octal4514215010060732716034
Binary10010111000101101000100000011001110111011100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256268; }

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

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

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

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

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

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

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

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