Html Css Color HEX #256C64 Blue Stone

📋 copy color: '#256C64'

red 37 ◦ green 108 ◦ blue 100

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

Shades of Blue Stone #256C64

Tints of Blue Stone #256C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 15.1%
G = 44.08%
B = 40.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#256C64 (or 0x256C64) is known color: Blue Stone. HEX triplet: 25, 6C and 64. RGB value is (37,108,100). Sum of RGB (Red+Green+Blue) = 37+108+100=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 108 - color contains mainly: green. Hex color #256C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C64 is #DA939B. Grayscale: #555555. Windows color (decimal): -14324636 or 6581285. OLE color: 6581285.

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

Color convert

RGB 37 108 100 -
CMYK 0.66 0 0.07 0.58
HSL 173.24º 0.49% 0.28% -
HSV(B) 173.24º 0.66% 0.42% -
XYZ 8.43 12.04 13.94 -
YUV 85.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 37 108 100 0.66 0 0.07 0.58 173.24 0.49 0.28
Hex 25 6C 64 42 0 7 3A AD 31 1C
Octal 45 154 144 102 0 7 72 255 61 34
Binary 100101 1101100 1100100 1000010 0 111 111010 10101101 110001 11100

Color Harmonies of #256C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C64

Black with #256C64

Text Example


Text Example

White with #256C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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