Html Css Color HEX #214648 Tiber

📋 copy color: '#214648'

red 33 ◦ green 70 ◦ blue 72

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

Shades of Tiber #214648

Tints of Tiber #214648

RGB

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

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

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

R = 18.86%
G = 40%
B = 41.14%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#214648 (or 0x214648) is known color: Tiber. HEX triplet: 21, 46 and 48. RGB value is (33,70,72). Sum of RGB (Red+Green+Blue) = 33+70+72=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #214648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214648 is #DEB9B7. Grayscale: #3B3B3B. Windows color (decimal): -14596536 or 4736545. OLE color: 4736545.

HSL color Cylindrical-coordinate representation of color #214648: hue angle of 183.08º 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 #214648 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 70 72 -
CMYK 0.54 0.03 0 0.72
HSL 183.08º 0.37% 0.21% -
HSV(B) 183.08º 0.54% 0.28% -
XYZ 3.99 5.17 6.92 -
YUV 59.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 33 70 72 0.54 0.03 0 0.72 183.08 0.37 0.21
Hex 21 46 48 36 3 0 48 B7 25 15
Octal 41 106 110 66 3 0 110 267 45 25
Binary 100001 1000110 1001000 110110 11 0 1001000 10110111 100101 10101

Color Harmonies of #214648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214648

Black with #214648

Text Example


Text Example

White with #214648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214648; }

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

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

background-color css

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

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

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

border-color css

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

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

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