Html Css Color HEX #1D353C Nordic

📋 copy color: '#1D353C'

red 29 ◦ green 53 ◦ blue 60

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

Shades of Nordic #1D353C

Tints of Nordic #1D353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 60 (23.83% from 255) = 42.25%

R = 20.42%
G = 37.32%
B = 42.25%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D353C (or 0x1D353C) is known color: Nordic. HEX triplet: 1D, 35 and 3C. RGB value is (29,53,60). Sum of RGB (Red+Green+Blue) = 29+53+60=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D353C is #E2CAC3. Grayscale: #2E2E2E. Windows color (decimal): -14863044 or 3945757. OLE color: 3945757.

HSL color Cylindrical-coordinate representation of color #1D353C: hue angle of 193.55º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D353C is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 29 53 60 -
CMYK 0.52 0.12 0 0.76
HSL 193.55º 0.35% 0.17% -
HSV(B) 193.55º 0.52% 0.24% -
XYZ 2.6 3.13 4.74 -
YUV 46.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 29 53 60 0.52 0.12 0 0.76 193.55 0.35 0.17
Hex 1D 35 3C 34 C 0 4C C2 23 11
Octal 35 65 74 64 14 0 114 302 43 21
Binary 11101 110101 111100 110100 1100 0 1001100 11000010 100011 10001

Color Harmonies of #1D353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D353C

Black with #1D353C

Text Example


Text Example

White with #1D353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,53,60); }

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

background-color css

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

 a { background-color: rgb(29,53,60); }

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

border-color css

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

 span { border-color: rgb(29,53,60); }

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