Html Css Color HEX #203949 Tarawera

📋 copy color: '#203949'

red 32 ◦ green 57 ◦ blue 73

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

Shades of Tarawera #203949

Tints of Tarawera #203949

RGB

 RED value IS 32 (12.89% from 255) = 19.75%

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

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 19.75%
G = 35.19%
B = 45.06%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#203949 (or 0x203949) is known color: Tarawera. HEX triplet: 20, 39 and 49. RGB value is (32,57,73). Sum of RGB (Red+Green+Blue) = 32+57+73=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #203949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203949 is #DFC6B6. Grayscale: #333333. Windows color (decimal): -14665399 or 4798752. OLE color: 4798752.

HSL color Cylindrical-coordinate representation of color #203949: hue angle of 203.41º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #203949 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 57 73 -
CMYK 0.56 0.22 0 0.71
HSL 203.41º 0.39% 0.21% -
HSV(B) 203.41º 0.56% 0.29% -
XYZ 3.26 3.71 6.85 -
YUV 51.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 32 57 73 0.56 0.22 0 0.71 203.41 0.39 0.21
Hex 20 39 49 38 16 0 47 CB 27 15
Octal 40 71 111 70 26 0 107 313 47 25
Binary 100000 111001 1001001 111000 10110 0 1000111 11001011 100111 10101

Color Harmonies of #203949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203949

Black with #203949

Text Example


Text Example

White with #203949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203949; }

 p { color: rgb(32,57,73); }

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

background-color css

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

 a { background-color: rgb(32,57,73); }

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

border-color css

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

 span { border-color: rgb(32,57,73); }

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