#214F6F

Color #214F6F Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #214F6F

Tints of Chathams Blue #214F6F

Color information

#214F6F (or 0x214F6F) is unknown color: approx Chathams Blue. HEX triplet: 21, 4F and 6F. RGB value is (33,79,111). Sum of RGB (Red+Green+Blue) = 33+79+111=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #214F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F6F is #DEB090. Grayscale: #444444. Windows color (decimal): -14594193 or 7294753. OLE color: 7294753.

HSL color Cylindrical-coordinate representation of color #214F6F: hue angle of 204.62º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #214F6F is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3379111-
CMYK0.700.2900.56
HSL204.62º54.17%28.24%-
HSV(B)204.62º70.27%43.53%-
XYZ6.297.0616.07-
YUV68.89151.76102.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=14.80%
G=35.43%
B=49.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33791110.700.2900.56204.6254.1728.24
Hex214F6F461D038cd361c
Octal41117157106350703156634
Binary1000011001111110111110001101110101110001100110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,79,111); }

 H1.HeaderClassName
 {
   color: #214F6F;
 }
 .AnyTagClassName
 {
   color: #214F6F;
 }
</style>
background-color css

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

 a { background-color: rgb(33,79,111); }

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

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

 span { border-color: rgb(33,79,111); }

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