#203C43

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

Shades of Nordic #203C43

Tints of Nordic #203C43

Color information

#203C43 (or 0x203C43) is unknown color: approx Nordic. HEX triplet: 20, 3C and 43. RGB value is (32,60,67). Sum of RGB (Red+Green+Blue) = 32+60+67=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 67 - color contains mainly: blue. Hex color #203C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C43 is #DFC3BC. Grayscale: #343434. Windows color (decimal): -14664637 or 4406304. OLE color: 4406304.

HSL color Cylindrical-coordinate representation of color #203C43: hue angle of 192º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #203C43 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB326067-
CMYK0.520.1000.74
HSL192º35.35%19.41%-
HSV(B)192º52.24%26.27%-
XYZ3.223.945.9-
YUV52.43136.22113.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=20.13%
G=37.74%
B=42.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3260670.520.1000.7419235.3519.41
Hex203C4334A04Ac02313
Octal4074103641201123004323
Binary10000011110010000111101001010010010101100000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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