Html Css Color HEX #203337 Nordic

📋 copy color: '#203337'

red 32 ◦ green 51 ◦ blue 55

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

Shades of Nordic #203337

Tints of Nordic #203337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

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

R = 23.19%
G = 36.96%
B = 39.86%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#203337 (or 0x203337) is known color: Nordic. HEX triplet: 20, 33 and 37. RGB value is (32,51,55). Sum of RGB (Red+Green+Blue) = 32+51+55=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #203337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203337 is #DFCCC8. Grayscale: #2D2D2D. Windows color (decimal): -14666953 or 3617568. OLE color: 3617568.

HSL color Cylindrical-coordinate representation of color #203337: hue angle of 190.43º 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 #203337 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 51 55 -
CMYK 0.42 0.07 0 0.78
HSL 190.43º 0.26% 0.17% -
HSV(B) 190.43º 0.42% 0.22% -
XYZ 2.47 2.95 4.05 -
YUV 45.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 32 51 55 0.42 0.07 0 0.78 190.43 0.26 0.17
Hex 20 33 37 2A 7 0 4E BE 1A 11
Octal 40 63 67 52 7 0 116 276 32 21
Binary 100000 110011 110111 101010 111 0 1001110 10111110 11010 10001

Color Harmonies of #203337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203337

Black with #203337

Text Example


Text Example

White with #203337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203337; }

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

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

background-color css

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

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

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

border-color css

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

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

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