#203B40

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

Shades of Nordic #203B40

Tints of Nordic #203B40

Color information

#203B40 (or 0x203B40) is unknown color: approx Nordic. HEX triplet: 20, 3B and 40. RGB value is (32,59,64). Sum of RGB (Red+Green+Blue) = 32+59+64=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #203B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B40 is #DFC4BF. Grayscale: #333333. Windows color (decimal): -14664896 or 4209440. OLE color: 4209440.

HSL color Cylindrical-coordinate representation of color #203B40: hue angle of 189.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #203B40 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB325964-
CMYK0.500.0800.75
HSL189.38º33.33%18.82%-
HSV(B)189.38º50%25.1%-
XYZ3.093.815.42-
YUV51.5135.05114.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=20.65%
G=38.06%
B=41.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3259640.500.0800.75189.3833.3318.82
Hex203B4032804Bbd2113
Octal4073100621001132754123
Binary10000011101110000001100101000010010111011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,59,64); }

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

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

 a { background-color: rgb(32,59,64); }

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

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

 span { border-color: rgb(32,59,64); }

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