Html Css Color HEX #213C46 Tarawera

📋 copy color: '#213C46'

red 33 ◦ green 60 ◦ blue 70

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

Shades of Tarawera #213C46

Tints of Tarawera #213C46

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.81%

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

R = 20.25%
G = 36.81%
B = 42.94%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213C46 (or 0x213C46) is known color: Tarawera. HEX triplet: 21, 3C and 46. RGB value is (33,60,70). Sum of RGB (Red+Green+Blue) = 33+60+70=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #213C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C46 is #DEC3B9. Grayscale: #353535. Windows color (decimal): -14599098 or 4602913. OLE color: 4602913.

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

Color convert

RGB 33 60 70 -
CMYK 0.53 0.14 0 0.73
HSL 196.22º 0.36% 0.2% -
HSV(B) 196.22º 0.53% 0.27% -
XYZ 3.35 4 6.39 -
YUV 53.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 33 60 70 0.53 0.14 0 0.73 196.22 0.36 0.2
Hex 21 3C 46 35 E 0 49 C4 24 14
Octal 41 74 106 65 16 0 111 304 44 24
Binary 100001 111100 1000110 110101 1110 0 1001001 11000100 100100 10100

Color Harmonies of #213C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C46

Black with #213C46

Text Example


Text Example

White with #213C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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