Html Css Color HEX #214247 Tiber

📋 copy color: '#214247'

red 33 ◦ green 66 ◦ blue 71

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

Shades of Tiber #214247

Tints of Tiber #214247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

 BLUE value IS 71 (28.13% from 255) = 41.76%

R = 19.41%
G = 38.82%
B = 41.76%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#214247 (or 0x214247) is known color: Tiber. HEX triplet: 21, 42 and 47. RGB value is (33,66,71). Sum of RGB (Red+Green+Blue) = 33+66+71=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #214247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214247 is #DEBDB8. Grayscale: #383838. Windows color (decimal): -14597561 or 4669985. OLE color: 4669985.

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

Color convert

RGB 33 66 71 -
CMYK 0.54 0.07 0 0.72
HSL 187.89º 0.37% 0.2% -
HSV(B) 187.89º 0.54% 0.28% -
XYZ 3.71 4.67 6.67 -
YUV 56.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 33 66 71 0.54 0.07 0 0.72 187.89 0.37 0.2
Hex 21 42 47 36 7 0 48 BC 25 14
Octal 41 102 107 66 7 0 110 274 45 24
Binary 100001 1000010 1000111 110110 111 0 1001000 10111100 100101 10100

Color Harmonies of #214247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214247

Black with #214247

Text Example


Text Example

White with #214247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214247; }

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

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

background-color css

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

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

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

border-color css

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

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

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