#203C47

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

Shades of Tarawera #203C47

Tints of Tarawera #203C47

Color information

#203C47 (or 0x203C47) is unknown color: approx Tarawera. HEX triplet: 20, 3C and 47. RGB value is (32,60,71). Sum of RGB (Red+Green+Blue) = 32+60+71=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #203C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C47 is #DFC3B8. Grayscale: #343434. Windows color (decimal): -14664633 or 4668448. OLE color: 4668448.

HSL color Cylindrical-coordinate representation of color #203C47: hue angle of 196.92º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #203C47 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB326071-
CMYK0.550.1500.72
HSL196.92º37.86%20.2%-
HSV(B)196.92º54.93%27.84%-
XYZ3.353.996.56-
YUV52.88138.22113.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 71 (28.12% from 255) = 43.56%
R=19.63%
G=36.81%
B=43.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3260710.550.1500.72196.9237.8620.2
Hex203C4737F048c52614
Octal4074107671701103054624
Binary10000011110010001111101111111010010001100010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,60,71); }

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

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

 a { background-color: rgb(32,60,71); }

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

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

 span { border-color: rgb(32,60,71); }

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