Html Css Color HEX #203D43 Nordic

📋 copy color: '#203D43'

red 32 ◦ green 61 ◦ blue 67

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

Shades of Nordic #203D43

Tints of Nordic #203D43

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.13%

 BLUE value IS 67 (26.56% from 255) = 41.88%

R = 20%
G = 38.13%
B = 41.88%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#203D43 (or 0x203D43) is known color: Nordic. HEX triplet: 20, 3D and 43. RGB value is (32,61,67). Sum of RGB (Red+Green+Blue) = 32+61+67=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #203D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D43 is #DFC2BC. Grayscale: #343434. Windows color (decimal): -14664381 or 4406560. OLE color: 4406560.

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

Color convert

RGB 32 61 67 -
CMYK 0.52 0.09 0 0.74
HSL 190.29º 0.35% 0.19% -
HSV(B) 190.29º 0.52% 0.26% -
XYZ 3.28 4.05 5.92 -
YUV 53.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 32 61 67 0.52 0.09 0 0.74 190.29 0.35 0.19
Hex 20 3D 43 34 9 0 4A BE 23 13
Octal 40 75 103 64 11 0 112 276 43 23
Binary 100000 111101 1000011 110100 1001 0 1001010 10111110 100011 10011

Color Harmonies of #203D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203D43

Black with #203D43

Text Example


Text Example

White with #203D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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