#203948

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

Shades of Tarawera #203948

Tints of Tarawera #203948

Color information

#203948 (or 0x203948) is unknown color: approx Tarawera. HEX triplet: 20, 39 and 48. RGB value is (32,57,72). Sum of RGB (Red+Green+Blue) = 32+57+72=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #203948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203948 is #DFC6B7. Grayscale: #333333. Windows color (decimal): -14665400 or 4733216. OLE color: 4733216.

HSL color Cylindrical-coordinate representation of color #203948: hue angle of 202.5º 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 #203948 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB325772-
CMYK0.560.2100.72
HSL202.5º38.46%20.39%-
HSV(B)202.5º55.56%28.24%-
XYZ3.233.76.68-
YUV51.23139.72114.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=19.88%
G=35.40%
B=44.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3257720.560.2100.72202.538.4620.39
Hex2039483815048ca2614
Octal4071110702501103124624
Binary100000111001100100011100010101010010001100101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203948; }

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

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

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

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

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

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

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

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