Html Css Color HEX #214948 Tiber

📋 copy color: '#214948'

red 33 ◦ green 73 ◦ blue 72

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

Shades of Tiber #214948

Tints of Tiber #214948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

 BLUE value IS 72 (28.52% from 255) = 40.45%

R = 18.54%
G = 41.01%
B = 40.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#214948 (or 0x214948) is known color: Tiber. HEX triplet: 21, 49 and 48. RGB value is (33,73,72). Sum of RGB (Red+Green+Blue) = 33+73+72=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #214948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214948 is #DEB6B7. Grayscale: #3C3C3C. Windows color (decimal): -14595768 or 4737313. OLE color: 4737313.

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

Color convert

RGB 33 73 72 -
CMYK 0.55 0 0.01 0.71
HSL 178.5º 0.38% 0.21% -
HSV(B) 178.5º 0.55% 0.29% -
XYZ 4.18 5.56 6.98 -
YUV 60.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 33 73 72 0.55 0 0.01 0.71 178.5 0.38 0.21
Hex 21 49 48 37 0 1 47 B2 26 15
Octal 41 111 110 67 0 1 107 262 46 25
Binary 100001 1001001 1001000 110111 0 1 1000111 10110010 100110 10101

Color Harmonies of #214948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214948

Black with #214948

Text Example


Text Example

White with #214948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214948; }

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

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

background-color css

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

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

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

border-color css

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

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

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