#256568

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

Shades of Blue Stone #256568

Tints of Blue Stone #256568

Color information

#256568 (or 0x256568) is unknown color: approx Blue Stone. HEX triplet: 25, 65 and 68. RGB value is (37,101,104). Sum of RGB (Red+Green+Blue) = 37+101+104=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #256568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256568 is #DA9A97. Grayscale: #525252. Windows color (decimal): -14326424 or 6841637. OLE color: 6841637.

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

Color convert

RGB37101104-
CMYK0.640.0300.59
HSL182.69º47.52%27.65%-
HSV(B)182.69º64.42%40.78%-
XYZ7.9210.714.74-
YUV82.21140.395.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=15.29%
G=41.74%
B=42.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal371011040.640.0300.59182.6947.5227.65
Hex25656840303Bb7301c
Octal4514515010030732676034
Binary1001011100101110100010000001101110111011011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256568; }

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

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

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

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

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

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

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

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