#214449

Color #214449 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #214449

Tints of Tiber #214449

Color information

#214449 (or 0x214449) is unknown color: approx Tiber. HEX triplet: 21, 44 and 49. RGB value is (33,68,73). Sum of RGB (Red+Green+Blue) = 33+68+73=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #214449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214449 is #DEBBB6. Grayscale: #3A3A3A. Windows color (decimal): -14597047 or 4801569. OLE color: 4801569.

HSL color Cylindrical-coordinate representation of color #214449: hue angle of 187.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214449 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336873-
CMYK0.550.0700.71
HSL187.5º37.74%20.78%-
HSV(B)187.5º54.79%28.63%-
XYZ3.94.947.05-
YUV58.1136.4110.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=18.97%
G=39.08%
B=41.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3368730.550.0700.71187.537.7420.78
Hex214449377047bc2615
Octal4110411167701072744625
Binary10000110001001001001110111111010001111011110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214449; }

 p { color: rgb(33,68,73); }

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

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

 a { background-color: rgb(33,68,73); }

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

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

 span { border-color: rgb(33,68,73); }

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