Html Css Color HEX #203D49 Tarawera

📋 copy color: '#203D49'

red 32 ◦ green 61 ◦ blue 73

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

Shades of Tarawera #203D49

Tints of Tarawera #203D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.75%

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

R = 19.28%
G = 36.75%
B = 43.98%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#203D49 (or 0x203D49) is known color: Tarawera. HEX triplet: 20, 3D and 49. RGB value is (32,61,73). Sum of RGB (Red+Green+Blue) = 32+61+73=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #203D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D49 is #DFC2B6. Grayscale: #353535. Windows color (decimal): -14664375 or 4799776. OLE color: 4799776.

HSL color Cylindrical-coordinate representation of color #203D49: hue angle of 197.56º 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 #203D49 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 61 73 -
CMYK 0.56 0.16 0 0.71
HSL 197.56º 0.39% 0.21% -
HSV(B) 197.56º 0.56% 0.29% -
XYZ 3.47 4.13 6.92 -
YUV 53.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 32 61 73 0.56 0.16 0 0.71 197.56 0.39 0.21
Hex 20 3D 49 38 10 0 47 C6 27 15
Octal 40 75 111 70 20 0 107 306 47 25
Binary 100000 111101 1001001 111000 10000 0 1000111 11000110 100111 10101

Color Harmonies of #203D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203D49

Black with #203D49

Text Example


Text Example

White with #203D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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