Html Css Color HEX #214649 Tiber

📋 copy color: '#214649'

red 33 ◦ green 70 ◦ blue 73

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

Shades of Tiber #214649

Tints of Tiber #214649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

 BLUE value IS 73 (28.91% from 255) = 41.48%

R = 18.75%
G = 39.77%
B = 41.48%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#214649 (or 0x214649) is known color: Tiber. HEX triplet: 21, 46 and 49. RGB value is (33,70,73). Sum of RGB (Red+Green+Blue) = 33+70+73=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #214649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214649 is #DEB9B6. Grayscale: #3B3B3B. Windows color (decimal): -14596535 or 4802081. OLE color: 4802081.

HSL color Cylindrical-coordinate representation of color #214649: hue angle of 184.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 #214649 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 70 73 -
CMYK 0.55 0.04 0 0.71
HSL 184.5º 0.38% 0.21% -
HSV(B) 184.5º 0.55% 0.29% -
XYZ 4.02 5.18 7.09 -
YUV 59.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 33 70 73 0.55 0.04 0 0.71 184.5 0.38 0.21
Hex 21 46 49 37 4 0 47 B8 26 15
Octal 41 106 111 67 4 0 107 270 46 25
Binary 100001 1000110 1001001 110111 100 0 1000111 10111000 100110 10101

Color Harmonies of #214649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214649

Black with #214649

Text Example


Text Example

White with #214649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214649; }

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

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

background-color css

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

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

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

border-color css

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

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

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