Html Css Color HEX #203C41 Nordic

📋 copy color: '#203C41'

red 32 ◦ green 60 ◦ blue 65

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

Shades of Nordic #203C41

Tints of Nordic #203C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.22%

 BLUE value IS 65 (25.78% from 255) = 41.4%

R = 20.38%
G = 38.22%
B = 41.4%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#203C41 (or 0x203C41) is known color: Nordic. HEX triplet: 20, 3C and 41. RGB value is (32,60,65). Sum of RGB (Red+Green+Blue) = 32+60+65=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #203C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C41 is #DFC3BE. Grayscale: #343434. Windows color (decimal): -14664639 or 4275232. OLE color: 4275232.

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

Color convert

RGB 32 60 65 -
CMYK 0.51 0.08 0 0.75
HSL 189.09º 0.34% 0.19% -
HSV(B) 189.09º 0.51% 0.25% -
XYZ 3.17 3.92 5.59 -
YUV 52.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 32 60 65 0.51 0.08 0 0.75 189.09 0.34 0.19
Hex 20 3C 41 33 8 0 4B BD 22 13
Octal 40 74 101 63 10 0 113 275 42 23
Binary 100000 111100 1000001 110011 1000 0 1001011 10111101 100010 10011

Color Harmonies of #203C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C41

Black with #203C41

Text Example


Text Example

White with #203C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,60,65); }

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

background-color css

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

 a { background-color: rgb(32,60,65); }

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

border-color css

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

 span { border-color: rgb(32,60,65); }

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