Html Css Color HEX #20655E Blue Stone

📋 copy color: '#20655E'

red 32 ◦ green 101 ◦ blue 94

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

Shades of Blue Stone #20655E

Tints of Blue Stone #20655E

RGB

 RED value IS 32 (12.89% from 255) = 14.1%

 GREEN value IS 101 (39.84% from 255) = 44.49%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 14.1%
G = 44.49%
B = 41.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#20655E (or 0x20655E) is known color: Blue Stone. HEX triplet: 20, 65 and 5E. RGB value is (32,101,94). Sum of RGB (Red+Green+Blue) = 32+101+94=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #20655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20655E is #DF9AA1. Grayscale: #4F4F4F. Windows color (decimal): -14654114 or 6186272. OLE color: 6186272.

HSL color Cylindrical-coordinate representation of color #20655E: hue angle of 173.91º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20655E is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 101 94 -
CMYK 0.68 0 0.07 0.60
HSL 173.91º 0.52% 0.26% -
HSV(B) 173.91º 0.68% 0.4% -
XYZ 7.27 10.42 12.22 -
YUV 79.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 32 101 94 0.68 0 0.07 0.60 173.91 0.52 0.26
Hex 20 65 5E 44 0 7 3C AE 34 1A
Octal 40 145 136 104 0 7 74 256 64 32
Binary 100000 1100101 1011110 1000100 0 111 111100 10101110 110100 11010

Color Harmonies of #20655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20655E

Black with #20655E

Text Example


Text Example

White with #20655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20655E; }

 p { color: rgb(32,101,94); }

 H1.HeaderClassName
 {
   color: #20655E;
 }
 .AnyTagClassName
 {
   color: #20655E;
 }
</style>

background-color css

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

 a { background-color: rgb(32,101,94); }

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

border-color css

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

 span { border-color: rgb(32,101,94); }

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