Html Css Color HEX #21566B Chathams Blue

📋 copy color: '#21566B'

red 33 ◦ green 86 ◦ blue 107

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

Shades of Chathams Blue #21566B

Tints of Chathams Blue #21566B

RGB

 RED value IS 33 (13.28% from 255) = 14.6%

 GREEN value IS 86 (33.98% from 255) = 38.05%

 BLUE value IS 107 (42.19% from 255) = 47.35%

R = 14.6%
G = 38.05%
B = 47.35%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21566B (or 0x21566B) is known color: Chathams Blue. HEX triplet: 21, 56 and 6B. RGB value is (33,86,107). Sum of RGB (Red+Green+Blue) = 33+86+107=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #21566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21566B is #DEA994. Grayscale: #484848. Windows color (decimal): -14592405 or 7034401. OLE color: 7034401.

HSL color Cylindrical-coordinate representation of color #21566B: hue angle of 197.03º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21566B is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 86 107 -
CMYK 0.69 0.20 0 0.58
HSL 197.03º 0.53% 0.27% -
HSV(B) 197.03º 0.69% 0.42% -
XYZ 6.61 8.04 15.11 -
YUV 72.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 33 86 107 0.69 0.20 0 0.58 197.03 0.53 0.27
Hex 21 56 6B 45 14 0 3A C5 35 1B
Octal 41 126 153 105 24 0 72 305 65 33
Binary 100001 1010110 1101011 1000101 10100 0 111010 11000101 110101 11011

Color Harmonies of #21566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21566B

Black with #21566B

Text Example


Text Example

White with #21566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21566B; }

 p { color: rgb(33,86,107); }

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

background-color css

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

 a { background-color: rgb(33,86,107); }

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

border-color css

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

 span { border-color: rgb(33,86,107); }

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