Html Css Color HEX #213B4A Tarawera

📋 copy color: '#213B4A'

red 33 ◦ green 59 ◦ blue 74

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

Shades of Tarawera #213B4A

Tints of Tarawera #213B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 44.58%

R = 19.88%
G = 35.54%
B = 44.58%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#213B4A (or 0x213B4A) is known color: Tarawera. HEX triplet: 21, 3B and 4A. RGB value is (33,59,74). Sum of RGB (Red+Green+Blue) = 33+59+74=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #213B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B4A is #DEC4B5. Grayscale: #343434. Windows color (decimal): -14599350 or 4864801. OLE color: 4864801.

HSL color Cylindrical-coordinate representation of color #213B4A: hue angle of 201.95º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213B4A is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 59 74 -
CMYK 0.55 0.20 0 0.71
HSL 201.95º 0.38% 0.21% -
HSV(B) 201.95º 0.55% 0.29% -
XYZ 3.43 3.95 7.06 -
YUV 52.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 33 59 74 0.55 0.20 0 0.71 201.95 0.38 0.21
Hex 21 3B 4A 37 14 0 47 CA 26 15
Octal 41 73 112 67 24 0 107 312 46 25
Binary 100001 111011 1001010 110111 10100 0 1000111 11001010 100110 10101

Color Harmonies of #213B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B4A

Black with #213B4A

Text Example


Text Example

White with #213B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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