Html Css Color HEX #205865 Chathams Blue

📋 copy color: '#205865'

red 32 ◦ green 88 ◦ blue 101

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

Shades of Chathams Blue #205865

Tints of Chathams Blue #205865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

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

R = 14.48%
G = 39.82%
B = 45.7%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#205865 (or 0x205865) is known color: Chathams Blue. HEX triplet: 20, 58 and 65. RGB value is (32,88,101). Sum of RGB (Red+Green+Blue) = 32+88+101=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #205865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205865 is #DFA79A. Grayscale: #484848. Windows color (decimal): -14657435 or 6641696. OLE color: 6641696.

HSL color Cylindrical-coordinate representation of color #205865: hue angle of 191.3º 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 #205865 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 88 101 -
CMYK 0.68 0.13 0 0.60
HSL 191.3º 0.52% 0.26% -
HSV(B) 191.3º 0.68% 0.4% -
XYZ 6.43 8.23 13.56 -
YUV 72.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 32 88 101 0.68 0.13 0 0.60 191.3 0.52 0.26
Hex 20 58 65 44 D 0 3C BF 34 1A
Octal 40 130 145 104 15 0 74 277 64 32
Binary 100000 1011000 1100101 1000100 1101 0 111100 10111111 110100 11010

Color Harmonies of #205865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205865

Black with #205865

Text Example


Text Example

White with #205865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205865; }

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

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

background-color css

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

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

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

border-color css

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

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

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