Html Css Color HEX #21546D Chathams Blue

📋 copy color: '#21546D'

red 33 ◦ green 84 ◦ blue 109

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

Shades of Chathams Blue #21546D

Tints of Chathams Blue #21546D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

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

R = 14.6%
G = 37.17%
B = 48.23%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21546D (or 0x21546D) is known color: Chathams Blue. HEX triplet: 21, 54 and 6D. RGB value is (33,84,109). Sum of RGB (Red+Green+Blue) = 33+84+109=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #21546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21546D is #DEAB92. Grayscale: #474747. Windows color (decimal): -14592915 or 7164961. OLE color: 7164961.

HSL color Cylindrical-coordinate representation of color #21546D: hue angle of 199.74º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21546D is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 84 109 -
CMYK 0.70 0.23 0 0.57
HSL 199.74º 0.54% 0.28% -
HSV(B) 199.74º 0.7% 0.43% -
XYZ 6.56 7.77 15.62 -
YUV 71.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 33 84 109 0.70 0.23 0 0.57 199.74 0.54 0.28
Hex 21 54 6D 46 17 0 39 C8 36 1C
Octal 41 124 155 106 27 0 71 310 66 34
Binary 100001 1010100 1101101 1000110 10111 0 111001 11001000 110110 11100

Color Harmonies of #21546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21546D

Black with #21546D

Text Example


Text Example

White with #21546D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,84,109); }

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

background-color css

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

 a { background-color: rgb(33,84,109); }

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

border-color css

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

 span { border-color: rgb(33,84,109); }

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