#256768

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

Shades of Blue Stone #256768

Tints of Blue Stone #256768

Color information

#256768 (or 0x256768) is unknown color: approx Blue Stone. HEX triplet: 25, 67 and 68. RGB value is (37,103,104). Sum of RGB (Red+Green+Blue) = 37+103+104=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #256768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256768 is #DA9897. Grayscale: #535353. Windows color (decimal): -14325912 or 6842149. OLE color: 6842149.

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

Color convert

RGB37103104-
CMYK0.640.0100.59
HSL180.9º47.52%27.65%-
HSV(B)180.9º64.42%40.78%-
XYZ8.1111.0914.81-
YUV83.38139.6394.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=15.16%
G=42.21%
B=42.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal371031040.640.0100.59180.947.5227.65
Hex25676840103Bb5301c
Octal4514715010010732656034
Binary100101110011111010001000000101110111011010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256768; }

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

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

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

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

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

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

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

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