#256C69

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

Shades of Blue Stone #256C69

Tints of Blue Stone #256C69

Color information

#256C69 (or 0x256C69) is unknown color: approx Blue Stone. HEX triplet: 25, 6C and 69. RGB value is (37,108,105). Sum of RGB (Red+Green+Blue) = 37+108+105=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #256C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C69 is #DA9396. Grayscale: #565656. Windows color (decimal): -14324631 or 6908965. OLE color: 6908965.

HSL color Cylindrical-coordinate representation of color #256C69: hue angle of 177.46º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C69 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB37108105-
CMYK0.6600.030.58
HSL177.46º48.97%28.43%-
HSV(B)177.46º65.74%42.35%-
XYZ8.6812.1415.25-
YUV86.43138.4892.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 108 (42.58% from 255) = 43.2%
BLUE value IS 105 (41.41% from 255) = 42%
R=14.8%
G=43.2%
B=42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal371081050.6600.030.58177.4648.9728.43
Hex256C6942033Ab1311c
Octal4515415110203722616134
Binary1001011101100110100110000100111110101011000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256C69; }

 p { color: rgb(37,108,105); }

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

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

 a { background-color: rgb(37,108,105); }

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

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

 span { border-color: rgb(37,108,105); }

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