#256668

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

Shades of Blue Stone #256668

Tints of Blue Stone #256668

Color information

#256668 (or 0x256668) is unknown color: approx Blue Stone. HEX triplet: 25, 66 and 68. RGB value is (37,102,104). Sum of RGB (Red+Green+Blue) = 37+102+104=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #256668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256668 is #DA9997. Grayscale: #525252. Windows color (decimal): -14326168 or 6841893. OLE color: 6841893.

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

Color convert

RGB37102104-
CMYK0.640.0200.59
HSL181.79º47.52%27.65%-
HSV(B)181.79º64.42%40.78%-
XYZ8.0110.914.78-
YUV82.79139.9795.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=15.23%
G=41.98%
B=42.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal371021040.640.0200.59181.7947.5227.65
Hex25666840203Bb6301c
Octal4514615010020732666034
Binary1001011100110110100010000001001110111011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256668; }

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

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

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

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

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

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

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

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