Html Css Color HEX #214D6E Chathams Blue

📋 copy color: '#214D6E'

red 33 ◦ green 77 ◦ blue 110

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

Shades of Chathams Blue #214D6E

Tints of Chathams Blue #214D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35%

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

R = 15%
G = 35%
B = 50%

CMYK

 C value IS 0.7

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#214D6E (or 0x214D6E) is known color: Chathams Blue. HEX triplet: 21, 4D and 6E. RGB value is (33,77,110). Sum of RGB (Red+Green+Blue) = 33+77+110=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #214D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D6E is #DEB291. Grayscale: #434343. Windows color (decimal): -14594706 or 7228705. OLE color: 7228705.

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

Color convert

RGB 33 77 110 -
CMYK 0.7 0.3 0 0.57
HSL 205.71º 0.54% 0.28% -
HSV(B) 205.71º 0.7% 0.43% -
XYZ 6.1 6.76 15.73 -
YUV 67.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 33 77 110 0.7 0.3 0 0.57 205.71 0.54 0.28
Hex 21 4D 6E 46 1E 0 39 CE 36 1C
Octal 41 115 156 106 36 0 71 316 66 34
Binary 100001 1001101 1101110 1000110 11110 0 111001 11001110 110110 11100

Color Harmonies of #214D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D6E

Black with #214D6E

Text Example


Text Example

White with #214D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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