Html Css Color HEX #203B40 Nordic

📋 copy color: '#203B40'

red 32 ◦ green 59 ◦ blue 64

#203B40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #203B40

Tints of Nordic #203B40

RGB

 RED value IS 32 (12.89% from 255) = 20.65%

 GREEN value IS 59 (23.44% from 255) = 38.06%

 BLUE value IS 64 (25.39% from 255) = 41.29%

R = 20.65%
G = 38.06%
B = 41.29%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#203B40 (or 0x203B40) is known color: Nordic. HEX triplet: 20, 3B and 40. RGB value is (32,59,64). Sum of RGB (Red+Green+Blue) = 32+59+64=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #203B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B40 is #DFC4BF. Grayscale: #333333. Windows color (decimal): -14664896 or 4209440. OLE color: 4209440.

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

Color convert

RGB 32 59 64 -
CMYK 0.50 0.08 0 0.75
HSL 189.38º 0.33% 0.19% -
HSV(B) 189.38º 0.5% 0.25% -
XYZ 3.09 3.81 5.42 -
YUV 51.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 32 59 64 0.50 0.08 0 0.75 189.38 0.33 0.19
Hex 20 3B 40 32 8 0 4B BD 21 13
Octal 40 73 100 62 10 0 113 275 41 23
Binary 100000 111011 1000000 110010 1000 0 1001011 10111101 100001 10011

Color Harmonies of #203B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203B40

Black with #203B40

Text Example


Text Example

White with #203B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #203B40;
 }
 .AnyTagClassName
 {
   color: #203B40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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