Html Css Color HEX #205369 Chathams Blue

📋 copy color: '#205369'

red 32 ◦ green 83 ◦ blue 105

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

Shades of Chathams Blue #205369

Tints of Chathams Blue #205369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

 BLUE value IS 105 (41.41% from 255) = 47.73%

R = 14.55%
G = 37.73%
B = 47.73%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#205369 (or 0x205369) is known color: Chathams Blue. HEX triplet: 20, 53 and 69. RGB value is (32,83,105). Sum of RGB (Red+Green+Blue) = 32+83+105=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #205369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205369 is #DFAC96. Grayscale: #464646. Windows color (decimal): -14658711 or 6902560. OLE color: 6902560.

HSL color Cylindrical-coordinate representation of color #205369: hue angle of 198.08º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205369 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 83 105 -
CMYK 0.70 0.21 0 0.59
HSL 198.08º 0.53% 0.27% -
HSV(B) 198.08º 0.7% 0.41% -
XYZ 6.24 7.51 14.49 -
YUV 70.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 32 83 105 0.70 0.21 0 0.59 198.08 0.53 0.27
Hex 20 53 69 46 15 0 3B C6 35 1B
Octal 40 123 151 106 25 0 73 306 65 33
Binary 100000 1010011 1101001 1000110 10101 0 111011 11000110 110101 11011

Color Harmonies of #205369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205369

Black with #205369

Text Example


Text Example

White with #205369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205369; }

 p { color: rgb(32,83,105); }

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

background-color css

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

 a { background-color: rgb(32,83,105); }

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

border-color css

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

 span { border-color: rgb(32,83,105); }

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