#203C48

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

Shades of Tarawera #203C48

Tints of Tarawera #203C48

Color information

#203C48 (or 0x203C48) is unknown color: approx Tarawera. HEX triplet: 20, 3C and 48. RGB value is (32,60,72). Sum of RGB (Red+Green+Blue) = 32+60+72=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #203C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C48 is #DFC3B7. Grayscale: #343434. Windows color (decimal): -14664632 or 4733984. OLE color: 4733984.

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

Color convert

RGB326072-
CMYK0.560.1700.72
HSL198º38.46%20.39%-
HSV(B)198º55.56%28.24%-
XYZ3.384.016.73-
YUV53138.72113.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=19.51%
G=36.59%
B=43.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3260720.560.1700.7219838.4620.39
Hex203C483811048c62614
Octal4074110702101103064624
Binary100000111100100100011100010001010010001100011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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