#203C41

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

Shades of Nordic #203C41

Tints of Nordic #203C41

Color information

#203C41 (or 0x203C41) is unknown color: approx Nordic. HEX triplet: 20, 3C and 41. RGB value is (32,60,65). Sum of RGB (Red+Green+Blue) = 32+60+65=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #203C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C41 is #DFC3BE. Grayscale: #343434. Windows color (decimal): -14664639 or 4275232. OLE color: 4275232.

HSL color Cylindrical-coordinate representation of color #203C41: hue angle of 189.09º 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 #203C41 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB326065-
CMYK0.510.0800.75
HSL189.09º34.02%19.02%-
HSV(B)189.09º50.77%25.49%-
XYZ3.173.925.59-
YUV52.2135.22113.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=20.38%
G=38.22%
B=41.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3260650.510.0800.75189.0934.0219.02
Hex203C4133804Bbd2213
Octal4074101631001132754223
Binary10000011110010000011100111000010010111011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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