#20384B

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

Shades of Tarawera #20384B

Tints of Tarawera #20384B

Color information

#20384B (or 0x20384B) is unknown color: approx Tarawera. HEX triplet: 20, 38 and 4B. RGB value is (32,56,75). Sum of RGB (Red+Green+Blue) = 32+56+75=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #20384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20384B is #DFC7B4. Grayscale: #323232. Windows color (decimal): -14665653 or 4929568. OLE color: 4929568.

HSL color Cylindrical-coordinate representation of color #20384B: hue angle of 206.51º 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 #20384B is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB325675-
CMYK0.570.2500.71
HSL206.51º40.19%20.98%-
HSV(B)206.51º57.33%29.41%-
XYZ3.283.647.19-
YUV50.99141.55114.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=19.63%
G=34.36%
B=46.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3256750.570.2500.71206.5140.1920.98
Hex20384B3919047cf2815
Octal4070113713101073175025
Binary100000111000100101111100111001010001111100111110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20384B; }

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

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

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

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

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

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

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

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