#203B3F

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

Shades of Nordic #203B3F

Tints of Nordic #203B3F

Color information

#203B3F (or 0x203B3F) is unknown color: approx Nordic. HEX triplet: 20, 3B and 3F. RGB value is (32,59,63). Sum of RGB (Red+Green+Blue) = 32+59+63=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #203B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B3F is #DFC4C0. Grayscale: #333333. Windows color (decimal): -14664897 or 4143904. OLE color: 4143904.

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

Color convert

RGB325963-
CMYK0.490.0600.75
HSL187.74º32.63%18.63%-
HSV(B)187.74º49.21%24.71%-
XYZ3.063.795.27-
YUV51.38134.55114.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.78%
GREEN value IS 59 (23.44% from 255) = 38.31%
BLUE value IS 63 (25% from 255) = 40.91%
R=20.78%
G=38.31%
B=40.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3259630.490.0600.75187.7432.6318.63
Hex203B3F31604Bbc2113
Octal40737761601132744123
Binary100000111011111111110001110010010111011110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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