#203A41

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

Shades of Nordic #203A41

Tints of Nordic #203A41

Color information

#203A41 (or 0x203A41) is unknown color: approx Nordic. HEX triplet: 20, 3A and 41. RGB value is (32,58,65). Sum of RGB (Red+Green+Blue) = 32+58+65=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #203A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A41 is #DFC5BE. Grayscale: #323232. Windows color (decimal): -14665151 or 4274720. OLE color: 4274720.

HSL color Cylindrical-coordinate representation of color #203A41: hue angle of 192.73º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #203A41 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB325865-
CMYK0.510.1100.75
HSL192.73º34.02%19.02%-
HSV(B)192.73º50.77%25.49%-
XYZ3.063.715.56-
YUV51.02135.89114.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=20.65%
G=37.42%
B=41.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3258650.510.1100.75192.7334.0219.02
Hex203A4133B04Bc12213
Octal4072101631301133014223
Binary10000011101010000011100111011010010111100000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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