Html Css Color HEX #213944 Tarawera

📋 copy color: '#213944'

red 33 ◦ green 57 ◦ blue 68

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

Shades of Tarawera #213944

Tints of Tarawera #213944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.08%

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

R = 20.89%
G = 36.08%
B = 43.04%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213944 (or 0x213944) is known color: Tarawera. HEX triplet: 21, 39 and 44. RGB value is (33,57,68). Sum of RGB (Red+Green+Blue) = 33+57+68=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 68 - color contains mainly: blue. Hex color #213944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213944 is #DEC6BB. Grayscale: #333333. Windows color (decimal): -14599868 or 4471073. OLE color: 4471073.

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

Color convert

RGB 33 57 68 -
CMYK 0.51 0.16 0 0.73
HSL 198.86º 0.35% 0.2% -
HSV(B) 198.86º 0.51% 0.27% -
XYZ 3.13 3.67 6.01 -
YUV 51.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 33 57 68 0.51 0.16 0 0.73 198.86 0.35 0.2
Hex 21 39 44 33 10 0 49 C7 23 14
Octal 41 71 104 63 20 0 111 307 43 24
Binary 100001 111001 1000100 110011 10000 0 1001001 11000111 100011 10100

Color Harmonies of #213944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213944

Black with #213944

Text Example


Text Example

White with #213944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213944; }

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

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

background-color css

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

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

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

border-color css

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

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

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