Html Css Color HEX #256A65 Blue Stone

📋 copy color: '#256A65'

red 37 ◦ green 106 ◦ blue 101

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

Shades of Blue Stone #256A65

Tints of Blue Stone #256A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.44%

 BLUE value IS 101 (39.84% from 255) = 41.39%

R = 15.16%
G = 43.44%
B = 41.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#256A65 (or 0x256A65) is known color: Blue Stone. HEX triplet: 25, 6A and 65. RGB value is (37,106,101). Sum of RGB (Red+Green+Blue) = 37+106+101=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 106 - color contains mainly: green. Hex color #256A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A65 is #DA959A. Grayscale: #545454. Windows color (decimal): -14325147 or 6646309. OLE color: 6646309.

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

Color convert

RGB 37 106 101 -
CMYK 0.65 0 0.05 0.58
HSL 175.65º 0.48% 0.28% -
HSV(B) 175.65º 0.65% 0.42% -
XYZ 8.27 11.64 14.12 -
YUV 84.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 37 106 101 0.65 0 0.05 0.58 175.65 0.48 0.28
Hex 25 6A 65 41 0 5 3A B0 30 1C
Octal 45 152 145 101 0 5 72 260 60 34
Binary 100101 1101010 1100101 1000001 0 101 111010 10110000 110000 11100

Color Harmonies of #256A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A65

Black with #256A65

Text Example


Text Example

White with #256A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,106,101); }

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

background-color css

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

 a { background-color: rgb(37,106,101); }

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

border-color css

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

 span { border-color: rgb(37,106,101); }

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