Html Css Color HEX #1C343A Nordic

📋 copy color: '#1C343A'

red 28 ◦ green 52 ◦ blue 58

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

Shades of Nordic #1C343A

Tints of Nordic #1C343A

RGB

 RED value IS 28 (11.33% from 255) = 20.29%

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

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

R = 20.29%
G = 37.68%
B = 42.03%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1C343A (or 0x1C343A) is known color: Nordic. HEX triplet: 1C, 34 and 3A. RGB value is (28,52,58). Sum of RGB (Red+Green+Blue) = 28+52+58=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C343A is #E3CBC5. Grayscale: #2D2D2D. Windows color (decimal): -14928838 or 3814428. OLE color: 3814428.

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

Color convert

RGB 28 52 58 -
CMYK 0.52 0.10 0 0.77
HSL 192º 0.35% 0.17% -
HSV(B) 192º 0.52% 0.23% -
XYZ 2.47 3.01 4.45 -
YUV 45.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 28 52 58 0.52 0.10 0 0.77 192 0.35 0.17
Hex 1C 34 3A 34 A 0 4D C0 23 11
Octal 34 64 72 64 12 0 115 300 43 21
Binary 11100 110100 111010 110100 1010 0 1001101 11000000 100011 10001

Color Harmonies of #1C343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C343A

Black with #1C343A

Text Example


Text Example

White with #1C343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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