Html Css Color HEX #21516E Chathams Blue

📋 copy color: '#21516E'

red 33 ◦ green 81 ◦ blue 110

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

Shades of Chathams Blue #21516E

Tints of Chathams Blue #21516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 110 (43.36% from 255) = 49.11%

R = 14.73%
G = 36.16%
B = 49.11%

CMYK

 C value IS 0.7

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21516E (or 0x21516E) is known color: Chathams Blue. HEX triplet: 21, 51 and 6E. RGB value is (33,81,110). Sum of RGB (Red+Green+Blue) = 33+81+110=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #21516E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21516E is #DEAE91. Grayscale: #454545. Windows color (decimal): -14593682 or 7229729. OLE color: 7229729.

HSL color Cylindrical-coordinate representation of color #21516E: hue angle of 202.6º 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 #21516E is Cyan = 0.7, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 81 110 -
CMYK 0.7 0.26 0 0.57
HSL 202.6º 0.54% 0.28% -
HSV(B) 202.6º 0.7% 0.43% -
XYZ 6.38 7.33 15.83 -
YUV 69.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 33 81 110 0.7 0.26 0 0.57 202.6 0.54 0.28
Hex 21 51 6E 46 1A 0 39 CB 36 1C
Octal 41 121 156 106 32 0 71 313 66 34
Binary 100001 1010001 1101110 1000110 11010 0 111001 11001011 110110 11100

Color Harmonies of #21516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21516E

Black with #21516E

Text Example


Text Example

White with #21516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21516E; }

 p { color: rgb(33,81,110); }

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

background-color css

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

 a { background-color: rgb(33,81,110); }

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

border-color css

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

 span { border-color: rgb(33,81,110); }

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