#203A39

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

Shades of Nordic #203A39

Tints of Nordic #203A39

Color information

#203A39 (or 0x203A39) is unknown color: approx Nordic. HEX triplet: 20, 3A and 39. RGB value is (32,58,57). Sum of RGB (Red+Green+Blue) = 32+58+57=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #203A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A39 is #DFC5C6. Grayscale: #323232. Windows color (decimal): -14665159 or 3750432. OLE color: 3750432.

HSL color Cylindrical-coordinate representation of color #203A39: hue angle of 177.69º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #203A39 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB325857-
CMYK0.4500.020.77
HSL177.69º28.89%17.65%-
HSV(B)177.69º44.83%22.75%-
XYZ2.853.634.42-
YUV50.11131.89115.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 57 (22.66% from 255) = 38.78%
R=21.77%
G=39.46%
B=38.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3258570.4500.020.77177.6928.8917.65
Hex203A392D024Db21d12
Octal40727155021152623522
Binary1000001110101110011011010101001101101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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