Html Css Color HEX #213A47 Tarawera

📋 copy color: '#213A47'

red 33 ◦ green 58 ◦ blue 71

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

Shades of Tarawera #213A47

Tints of Tarawera #213A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.8%

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

R = 20.37%
G = 35.8%
B = 43.83%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213A47 (or 0x213A47) is known color: Tarawera. HEX triplet: 21, 3A and 47. RGB value is (33,58,71). Sum of RGB (Red+Green+Blue) = 33+58+71=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #213A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A47 is #DEC5B8. Grayscale: #333333. Windows color (decimal): -14599609 or 4667937. OLE color: 4667937.

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

Color convert

RGB 33 58 71 -
CMYK 0.54 0.18 0 0.72
HSL 200.53º 0.37% 0.2% -
HSV(B) 200.53º 0.54% 0.28% -
XYZ 3.28 3.8 6.52 -
YUV 52.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 33 58 71 0.54 0.18 0 0.72 200.53 0.37 0.2
Hex 21 3A 47 36 12 0 48 C9 25 14
Octal 41 72 107 66 22 0 110 311 45 24
Binary 100001 111010 1000111 110110 10010 0 1001000 11001001 100101 10100

Color Harmonies of #213A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A47

Black with #213A47

Text Example


Text Example

White with #213A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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