Html Css Color HEX #214246 Tiber

📋 copy color: '#214246'

red 33 ◦ green 66 ◦ blue 70

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

Shades of Tiber #214246

Tints of Tiber #214246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 41.42%

R = 19.53%
G = 39.05%
B = 41.42%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#214246 (or 0x214246) is known color: Tiber. HEX triplet: 21, 42 and 46. RGB value is (33,66,70). Sum of RGB (Red+Green+Blue) = 33+66+70=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #214246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214246 is #DEBDB9. Grayscale: #383838. Windows color (decimal): -14597562 or 4604449. OLE color: 4604449.

HSL color Cylindrical-coordinate representation of color #214246: hue angle of 186.49º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214246 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 66 70 -
CMYK 0.53 0.06 0 0.73
HSL 186.49º 0.36% 0.2% -
HSV(B) 186.49º 0.53% 0.27% -
XYZ 3.68 4.66 6.5 -
YUV 56.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 33 66 70 0.53 0.06 0 0.73 186.49 0.36 0.2
Hex 21 42 46 35 6 0 49 BA 24 14
Octal 41 102 106 65 6 0 111 272 44 24
Binary 100001 1000010 1000110 110101 110 0 1001001 10111010 100100 10100

Color Harmonies of #214246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214246

Black with #214246

Text Example


Text Example

White with #214246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214246; }

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

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

background-color css

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

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

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

border-color css

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

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

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