Html Css Color HEX #256C68 Blue Stone

📋 copy color: '#256C68'

red 37 ◦ green 108 ◦ blue 104

#256C68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #256C68

Tints of Blue Stone #256C68

RGB

 RED value IS 37 (14.84% from 255) = 14.86%

 GREEN value IS 108 (42.58% from 255) = 43.37%

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 14.86%
G = 43.37%
B = 41.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#256C68 (or 0x256C68) is known color: Blue Stone. HEX triplet: 25, 6C and 68. RGB value is (37,108,104). Sum of RGB (Red+Green+Blue) = 37+108+104=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #256C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C68 is #DA9397. Grayscale: #565656. Windows color (decimal): -14324632 or 6843429. OLE color: 6843429.

HSL color Cylindrical-coordinate representation of color #256C68: hue angle of 176.62º 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 #256C68 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 108 104 -
CMYK 0.66 0 0.04 0.58
HSL 176.62º 0.49% 0.28% -
HSV(B) 176.62º 0.66% 0.42% -
XYZ 8.62 12.12 14.98 -
YUV 86.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 37 108 104 0.66 0 0.04 0.58 176.62 0.49 0.28
Hex 25 6C 68 42 0 4 3A B1 31 1C
Octal 45 154 150 102 0 4 72 261 61 34
Binary 100101 1101100 1101000 1000010 0 100 111010 10110001 110001 11100

Color Harmonies of #256C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C68

Black with #256C68

Text Example


Text Example

White with #256C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #256C68;
 }
 .AnyTagClassName
 {
   color: #256C68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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