Html Css Color HEX #213849 Tarawera

📋 copy color: '#213849'

red 33 ◦ green 56 ◦ blue 73

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

Shades of Tarawera #213849

Tints of Tarawera #213849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.57%

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 20.37%
G = 34.57%
B = 45.06%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#213849 (or 0x213849) is known color: Tarawera. HEX triplet: 21, 38 and 49. RGB value is (33,56,73). Sum of RGB (Red+Green+Blue) = 33+56+73=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #213849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213849 is #DEC7B6. Grayscale: #323232. Windows color (decimal): -14600119 or 4798497. OLE color: 4798497.

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

Color convert

RGB 33 56 73 -
CMYK 0.55 0.23 0 0.71
HSL 205.5º 0.38% 0.21% -
HSV(B) 205.5º 0.55% 0.29% -
XYZ 3.24 3.63 6.83 -
YUV 51.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 33 56 73 0.55 0.23 0 0.71 205.5 0.38 0.21
Hex 21 38 49 37 17 0 47 CE 26 15
Octal 41 70 111 67 27 0 107 316 46 25
Binary 100001 111000 1001001 110111 10111 0 1000111 11001110 100110 10101

Color Harmonies of #213849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213849

Black with #213849

Text Example


Text Example

White with #213849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213849; }

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

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

background-color css

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

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

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

border-color css

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

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

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