Html Css Color HEX #213A48 Tarawera

📋 copy color: '#213A48'

red 33 ◦ green 58 ◦ blue 72

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

Shades of Tarawera #213A48

Tints of Tarawera #213A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.17%

R = 20.25%
G = 35.58%
B = 44.17%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213A48 (or 0x213A48) is known color: Tarawera. HEX triplet: 21, 3A and 48. RGB value is (33,58,72). Sum of RGB (Red+Green+Blue) = 33+58+72=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #213A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A48 is #DEC5B7. Grayscale: #343434. Windows color (decimal): -14599608 or 4733473. OLE color: 4733473.

HSL color Cylindrical-coordinate representation of color #213A48: hue angle of 201.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213A48 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 58 72 -
CMYK 0.54 0.19 0 0.72
HSL 201.54º 0.37% 0.21% -
HSV(B) 201.54º 0.54% 0.28% -
XYZ 3.31 3.82 6.69 -
YUV 52.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 33 58 72 0.54 0.19 0 0.72 201.54 0.37 0.21
Hex 21 3A 48 36 13 0 48 CA 25 15
Octal 41 72 110 66 23 0 110 312 45 25
Binary 100001 111010 1001000 110110 10011 0 1001000 11001010 100101 10101

Color Harmonies of #213A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A48

Black with #213A48

Text Example


Text Example

White with #213A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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