#203C4B

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

Shades of Tarawera #203C4B

Tints of Tarawera #203C4B

Color information

#203C4B (or 0x203C4B) is unknown color: approx Tarawera. HEX triplet: 20, 3C and 4B. RGB value is (32,60,75). Sum of RGB (Red+Green+Blue) = 32+60+75=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #203C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C4B is #DFC3B4. Grayscale: #353535. Windows color (decimal): -14664629 or 4930592. OLE color: 4930592.

HSL color Cylindrical-coordinate representation of color #203C4B: hue angle of 200.93º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #203C4B is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB326075-
CMYK0.570.2000.71
HSL200.93º40.19%20.98%-
HSV(B)200.93º57.33%29.41%-
XYZ3.484.057.25-
YUV53.34140.22112.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 60 (23.83% from 255) = 35.93%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=19.16%
G=35.93%
B=44.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3260750.570.2000.71200.9340.1920.98
Hex203C4B3914047c92815
Octal4074113712401073115025
Binary100000111100100101111100110100010001111100100110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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