Html Css Color HEX #21506D Chathams Blue

📋 copy color: '#21506D'

red 33 ◦ green 80 ◦ blue 109

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

Shades of Chathams Blue #21506D

Tints of Chathams Blue #21506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 14.86%
G = 36.04%
B = 49.1%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21506D (or 0x21506D) is known color: Chathams Blue. HEX triplet: 21, 50 and 6D. RGB value is (33,80,109). Sum of RGB (Red+Green+Blue) = 33+80+109=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 80 (31.64% from 255 or 36.04% 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 #21506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21506D is #DEAF92. Grayscale: #454545. Windows color (decimal): -14593939 or 7163937. OLE color: 7163937.

HSL color Cylindrical-coordinate representation of color #21506D: hue angle of 202.89º 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 #21506D is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 80 109 -
CMYK 0.70 0.27 0 0.57
HSL 202.89º 0.54% 0.28% -
HSV(B) 202.89º 0.7% 0.43% -
XYZ 6.26 7.16 15.52 -
YUV 69.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 33 80 109 0.70 0.27 0 0.57 202.89 0.54 0.28
Hex 21 50 6D 46 1B 0 39 CB 36 1C
Octal 41 120 155 106 33 0 71 313 66 34
Binary 100001 1010000 1101101 1000110 11011 0 111001 11001011 110110 11100

Color Harmonies of #21506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21506D

Black with #21506D

Text Example


Text Example

White with #21506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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