Html Css Color HEX #203D42 Nordic

📋 copy color: '#203D42'

red 32 ◦ green 61 ◦ blue 66

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

Shades of Nordic #203D42

Tints of Nordic #203D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 41.51%

R = 20.13%
G = 38.36%
B = 41.51%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#203D42 (or 0x203D42) is known color: Nordic. HEX triplet: 20, 3D and 42. RGB value is (32,61,66). Sum of RGB (Red+Green+Blue) = 32+61+66=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 66 - color contains mainly: blue. Hex color #203D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D42 is #DFC2BD. Grayscale: #343434. Windows color (decimal): -14664382 or 4341024. OLE color: 4341024.

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

Color convert

RGB 32 61 66 -
CMYK 0.52 0.08 0 0.74
HSL 188.82º 0.35% 0.19% -
HSV(B) 188.82º 0.52% 0.26% -
XYZ 3.25 4.04 5.76 -
YUV 52.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 32 61 66 0.52 0.08 0 0.74 188.82 0.35 0.19
Hex 20 3D 42 34 8 0 4A BD 23 13
Octal 40 75 102 64 10 0 112 275 43 23
Binary 100000 111101 1000010 110100 1000 0 1001010 10111101 100011 10011

Color Harmonies of #203D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203D42

Black with #203D42

Text Example


Text Example

White with #203D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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