Html Css Color HEX #213947 Tarawera

📋 copy color: '#213947'

red 33 ◦ green 57 ◦ blue 71

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

Shades of Tarawera #213947

Tints of Tarawera #213947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

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

R = 20.5%
G = 35.4%
B = 44.1%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213947 (or 0x213947) is known color: Tarawera. HEX triplet: 21, 39 and 47. RGB value is (33,57,71). Sum of RGB (Red+Green+Blue) = 33+57+71=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #213947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213947 is #DEC6B8. Grayscale: #333333. Windows color (decimal): -14599865 or 4667681. OLE color: 4667681.

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

Color convert

RGB 33 57 71 -
CMYK 0.54 0.20 0 0.72
HSL 202.11º 0.37% 0.2% -
HSV(B) 202.11º 0.54% 0.28% -
XYZ 3.23 3.7 6.51 -
YUV 51.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 33 57 71 0.54 0.20 0 0.72 202.11 0.37 0.2
Hex 21 39 47 36 14 0 48 CA 25 14
Octal 41 71 107 66 24 0 110 312 45 24
Binary 100001 111001 1000111 110110 10100 0 1001000 11001010 100101 10100

Color Harmonies of #213947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213947

Black with #213947

Text Example


Text Example

White with #213947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213947; }

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

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

background-color css

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

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

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

border-color css

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

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

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