Html Css Color HEX #20516D Chathams Blue

📋 copy color: '#20516D'

red 32 ◦ green 81 ◦ blue 109

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

Shades of Chathams Blue #20516D

Tints of Chathams Blue #20516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

 BLUE value IS 109 (42.97% from 255) = 49.1%

R = 14.41%
G = 36.49%
B = 49.1%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20516D (or 0x20516D) is known color: Chathams Blue. HEX triplet: 20, 51 and 6D. RGB value is (32,81,109). Sum of RGB (Red+Green+Blue) = 32+81+109=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #20516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20516D is #DFAE92. Grayscale: #454545. Windows color (decimal): -14659219 or 7164192. OLE color: 7164192.

HSL color Cylindrical-coordinate representation of color #20516D: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20516D is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 81 109 -
CMYK 0.71 0.26 0 0.57
HSL 201.82º 0.55% 0.28% -
HSV(B) 201.82º 0.71% 0.43% -
XYZ 6.3 7.3 15.54 -
YUV 69.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 32 81 109 0.71 0.26 0 0.57 201.82 0.55 0.28
Hex 20 51 6D 47 1A 0 39 CA 37 1C
Octal 40 121 155 107 32 0 71 312 67 34
Binary 100000 1010001 1101101 1000111 11010 0 111001 11001010 110111 11100

Color Harmonies of #20516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20516D

Black with #20516D

Text Example


Text Example

White with #20516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20516D; }

 p { color: rgb(32,81,109); }

 H1.HeaderClassName
 {
   color: #20516D;
 }
 .AnyTagClassName
 {
   color: #20516D;
 }
</style>

background-color css

<style>
 a { background-color: #20516D; }

 a { background-color: rgb(32,81,109); }

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

border-color css

<style>
 span { border-color: #20516D; }

 span { border-color: rgb(32,81,109); }

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