Html Css Color HEX #1D343A Nordic

📋 copy color: '#1D343A'

red 29 ◦ green 52 ◦ blue 58

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

Shades of Nordic #1D343A

Tints of Nordic #1D343A

RGB

 RED value IS 29 (11.72% from 255) = 20.86%

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

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 20.86%
G = 37.41%
B = 41.73%

CMYK

 C value IS 0.5

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1D343A (or 0x1D343A) is known color: Nordic. HEX triplet: 1D, 34 and 3A. RGB value is (29,52,58). Sum of RGB (Red+Green+Blue) = 29+52+58=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D343A is #E2CBC5. Grayscale: #2D2D2D. Windows color (decimal): -14863302 or 3814429. OLE color: 3814429.

HSL color Cylindrical-coordinate representation of color #1D343A: hue angle of 192.41º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D343A is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 29 52 58 -
CMYK 0.5 0.10 0 0.77
HSL 192.41º 0.33% 0.17% -
HSV(B) 192.41º 0.5% 0.23% -
XYZ 2.5 3.02 4.45 -
YUV 45.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 29 52 58 0.5 0.10 0 0.77 192.41 0.33 0.17
Hex 1D 34 3A 32 A 0 4D C0 21 11
Octal 35 64 72 62 12 0 115 300 41 21
Binary 11101 110100 111010 110010 1010 0 1001101 11000000 100001 10001

Color Harmonies of #1D343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D343A

Black with #1D343A

Text Example


Text Example

White with #1D343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D343A; }

 p { color: rgb(29,52,58); }

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

background-color css

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

 a { background-color: rgb(29,52,58); }

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

border-color css

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

 span { border-color: rgb(29,52,58); }

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