Html Css Color HEX #203437 Nordic

📋 copy color: '#203437'

red 32 ◦ green 52 ◦ blue 55

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

Shades of Nordic #203437

Tints of Nordic #203437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.41%

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 23.02%
G = 37.41%
B = 39.57%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#203437 (or 0x203437) is known color: Nordic. HEX triplet: 20, 34 and 37. RGB value is (32,52,55). Sum of RGB (Red+Green+Blue) = 32+52+55=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 55 - color contains mainly: blue. Hex color #203437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203437 is #DFCBC8. Grayscale: #2E2E2E. Windows color (decimal): -14666697 or 3617824. OLE color: 3617824.

HSL color Cylindrical-coordinate representation of color #203437: hue angle of 187.83º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #203437 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 52 55 -
CMYK 0.42 0.05 0 0.78
HSL 187.83º 0.26% 0.17% -
HSV(B) 187.83º 0.42% 0.22% -
XYZ 2.51 3.04 4.07 -
YUV 46.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 32 52 55 0.42 0.05 0 0.78 187.83 0.26 0.17
Hex 20 34 37 2A 5 0 4E BC 1A 11
Octal 40 64 67 52 5 0 116 274 32 21
Binary 100000 110100 110111 101010 101 0 1001110 10111100 11010 10001

Color Harmonies of #203437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203437

Black with #203437

Text Example


Text Example

White with #203437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203437; }

 p { color: rgb(32,52,55); }

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

background-color css

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

 a { background-color: rgb(32,52,55); }

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

border-color css

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

 span { border-color: rgb(32,52,55); }

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