Html Css Color HEX #214748 Tiber

📋 copy color: '#214748'

red 33 ◦ green 71 ◦ blue 72

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

Shades of Tiber #214748

Tints of Tiber #214748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

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

R = 18.75%
G = 40.34%
B = 40.91%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#214748 (or 0x214748) is known color: Tiber. HEX triplet: 21, 47 and 48. RGB value is (33,71,72). Sum of RGB (Red+Green+Blue) = 33+71+72=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #214748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214748 is #DEB8B7. Grayscale: #3B3B3B. Windows color (decimal): -14596280 or 4736801. OLE color: 4736801.

HSL color Cylindrical-coordinate representation of color #214748: hue angle of 181.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214748 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 72 -
CMYK 0.54 0.01 0 0.72
HSL 181.54º 0.37% 0.21% -
HSV(B) 181.54º 0.54% 0.28% -
XYZ 4.05 5.3 6.94 -
YUV 59.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 33 71 72 0.54 0.01 0 0.72 181.54 0.37 0.21
Hex 21 47 48 36 1 0 48 B6 25 15
Octal 41 107 110 66 1 0 110 266 45 25
Binary 100001 1000111 1001000 110110 1 0 1001000 10110110 100101 10101

Color Harmonies of #214748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214748

Black with #214748

Text Example


Text Example

White with #214748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214748; }

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

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

background-color css

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

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

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

border-color css

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

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

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