Html Css Color HEX #203A40 Nordic

📋 copy color: '#203A40'

red 32 ◦ green 58 ◦ blue 64

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

Shades of Nordic #203A40

Tints of Nordic #203A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.66%

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

R = 20.78%
G = 37.66%
B = 41.56%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#203A40 (or 0x203A40) is known color: Nordic. HEX triplet: 20, 3A and 40. RGB value is (32,58,64). Sum of RGB (Red+Green+Blue) = 32+58+64=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #203A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A40 is #DFC5BF. Grayscale: #323232. Windows color (decimal): -14665152 or 4209184. OLE color: 4209184.

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

Color convert

RGB 32 58 64 -
CMYK 0.50 0.09 0 0.75
HSL 191.25º 0.33% 0.19% -
HSV(B) 191.25º 0.5% 0.25% -
XYZ 3.03 3.7 5.41 -
YUV 50.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 32 58 64 0.50 0.09 0 0.75 191.25 0.33 0.19
Hex 20 3A 40 32 9 0 4B BF 21 13
Octal 40 72 100 62 11 0 113 277 41 23
Binary 100000 111010 1000000 110010 1001 0 1001011 10111111 100001 10011

Color Harmonies of #203A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203A40

Black with #203A40

Text Example


Text Example

White with #203A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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