#203A40

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

Shades of Nordic #203A40

Tints of Nordic #203A40

Color information

#203A40 (or 0x203A40) is unknown color: approx Nordic. HEX triplet: 20, 3A and 40. RGB value is (32,58,64). Sum of RGB (Red+Green+Blue) = 32+58+64=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #203A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A40 is #DFC5BF. Grayscale: #323232. Windows color (decimal): -14665152 or 4209184. OLE color: 4209184.

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

Color convert

RGB325864-
CMYK0.500.0900.75
HSL191.25º33.33%18.82%-
HSV(B)191.25º50%25.1%-
XYZ3.033.75.41-
YUV50.91135.39114.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.78%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=20.78%
G=37.66%
B=41.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3258640.500.0900.75191.2533.3318.82
Hex203A4032904Bbf2113
Octal4072100621101132774123
Binary10000011101010000001100101001010010111011111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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