Html Css Color HEX #203C3D Nordic

📋 copy color: '#203C3D'

red 32 ◦ green 60 ◦ blue 61

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

Shades of Nordic #203C3D

Tints of Nordic #203C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.87%

R = 20.92%
G = 39.22%
B = 39.87%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#203C3D (or 0x203C3D) is known color: Nordic. HEX triplet: 20, 3C and 3D. RGB value is (32,60,61). Sum of RGB (Red+Green+Blue) = 32+60+61=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #203C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C3D is #DFC3C2. Grayscale: #333333. Windows color (decimal): -14664643 or 4013088. OLE color: 4013088.

HSL color Cylindrical-coordinate representation of color #203C3D: hue angle of 182.07º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203C3D is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 60 61 -
CMYK 0.48 0.02 0 0.76
HSL 182.07º 0.31% 0.18% -
HSV(B) 182.07º 0.48% 0.24% -
XYZ 3.05 3.88 5 -
YUV 51.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 32 60 61 0.48 0.02 0 0.76 182.07 0.31 0.18
Hex 20 3C 3D 30 2 0 4C B6 1F 12
Octal 40 74 75 60 2 0 114 266 37 22
Binary 100000 111100 111101 110000 10 0 1001100 10110110 11111 10010

Color Harmonies of #203C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C3D

Black with #203C3D

Text Example


Text Example

White with #203C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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