#203B49

Color #203B49 Tarawera (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tarawera #203B49

Tints of Tarawera #203B49

Color information

#203B49 (or 0x203B49) is unknown color: approx Tarawera. HEX triplet: 20, 3B and 49. RGB value is (32,59,73). Sum of RGB (Red+Green+Blue) = 32+59+73=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #203B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B49 is #DFC4B6. Grayscale: #343434. Windows color (decimal): -14664887 or 4799264. OLE color: 4799264.

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

Color convert

RGB325973-
CMYK0.560.1900.71
HSL200.49º39.05%20.59%-
HSV(B)200.49º56.16%28.63%-
XYZ3.363.926.88-
YUV52.52139.55113.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 73 (28.91% from 255) = 44.51%
R=19.51%
G=35.98%
B=44.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3259730.560.1900.71200.4939.0520.59
Hex203B493813047c82715
Octal4073111702301073104725
Binary100000111011100100111100010011010001111100100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #203B49;
 }
 .AnyTagClassName
 {
   color: #203B49;
 }
</style>
background-color css

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

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

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

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

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

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