Html Css Color HEX #213A44 Tarawera

📋 copy color: '#213A44'

red 33 ◦ green 58 ◦ blue 68

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

Shades of Tarawera #213A44

Tints of Tarawera #213A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 42.77%

R = 20.75%
G = 36.48%
B = 42.77%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213A44 (or 0x213A44) is known color: Tarawera. HEX triplet: 21, 3A and 44. RGB value is (33,58,68). Sum of RGB (Red+Green+Blue) = 33+58+68=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 68 - color contains mainly: blue. Hex color #213A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A44 is #DEC5BB. Grayscale: #333333. Windows color (decimal): -14599612 or 4471329. OLE color: 4471329.

HSL color Cylindrical-coordinate representation of color #213A44: hue angle of 197.14º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213A44 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 58 68 -
CMYK 0.51 0.15 0 0.73
HSL 197.14º 0.35% 0.2% -
HSV(B) 197.14º 0.51% 0.27% -
XYZ 3.18 3.77 6.03 -
YUV 51.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 33 58 68 0.51 0.15 0 0.73 197.14 0.35 0.2
Hex 21 3A 44 33 F 0 49 C5 23 14
Octal 41 72 104 63 17 0 111 305 43 24
Binary 100001 111010 1000100 110011 1111 0 1001001 11000101 100011 10100

Color Harmonies of #213A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A44

Black with #213A44

Text Example


Text Example

White with #213A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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