Html Css Color HEX #213D47 Tarawera

📋 copy color: '#213D47'

red 33 ◦ green 61 ◦ blue 71

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

Shades of Tarawera #213D47

Tints of Tarawera #213D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

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

R = 20%
G = 36.97%
B = 43.03%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213D47 (or 0x213D47) is known color: Tarawera. HEX triplet: 21, 3D and 47. RGB value is (33,61,71). Sum of RGB (Red+Green+Blue) = 33+61+71=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #213D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D47 is #DEC2B8. Grayscale: #353535. Windows color (decimal): -14598841 or 4668705. OLE color: 4668705.

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

Color convert

RGB 33 61 71 -
CMYK 0.54 0.14 0 0.72
HSL 195.79º 0.37% 0.2% -
HSV(B) 195.79º 0.54% 0.28% -
XYZ 3.43 4.12 6.57 -
YUV 53.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 33 61 71 0.54 0.14 0 0.72 195.79 0.37 0.2
Hex 21 3D 47 36 E 0 48 C4 25 14
Octal 41 75 107 66 16 0 110 304 45 24
Binary 100001 111101 1000111 110110 1110 0 1001000 11000100 100101 10100

Color Harmonies of #213D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D47

Black with #213D47

Text Example


Text Example

White with #213D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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