Html Css Color HEX #213B46 Tarawera

📋 copy color: '#213B46'

red 33 ◦ green 59 ◦ blue 70

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

Shades of Tarawera #213B46

Tints of Tarawera #213B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.42%

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

R = 20.37%
G = 36.42%
B = 43.21%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213B46 (or 0x213B46) is known color: Tarawera. HEX triplet: 21, 3B and 46. RGB value is (33,59,70). Sum of RGB (Red+Green+Blue) = 33+59+70=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #213B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B46 is #DEC4B9. Grayscale: #343434. Windows color (decimal): -14599354 or 4602657. OLE color: 4602657.

HSL color Cylindrical-coordinate representation of color #213B46: hue angle of 197.84º 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 #213B46 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 59 70 -
CMYK 0.53 0.16 0 0.73
HSL 197.84º 0.36% 0.2% -
HSV(B) 197.84º 0.53% 0.27% -
XYZ 3.3 3.89 6.37 -
YUV 52.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 33 59 70 0.53 0.16 0 0.73 197.84 0.36 0.2
Hex 21 3B 46 35 10 0 49 C6 24 14
Octal 41 73 106 65 20 0 111 306 44 24
Binary 100001 111011 1000110 110101 10000 0 1001001 11000110 100100 10100

Color Harmonies of #213B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B46

Black with #213B46

Text Example


Text Example

White with #213B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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