Html Css Color HEX #14343A Nordic

📋 copy color: '#14343A'

red 20 ◦ green 52 ◦ blue 58

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

Shades of Nordic #14343A

Tints of Nordic #14343A

RGB

 RED value IS 20 (8.2% from 255) = 15.38%

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

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

R = 15.38%
G = 40%
B = 44.62%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#14343A (or 0x14343A) is known color: Nordic. HEX triplet: 14, 34 and 3A. RGB value is (20,52,58). Sum of RGB (Red+Green+Blue) = 20+52+58=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #14343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14343A is #EBCBC5. Grayscale: #2B2B2B. Windows color (decimal): -15453126 or 3814420. OLE color: 3814420.

HSL color Cylindrical-coordinate representation of color #14343A: hue angle of 189.47º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14343A is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 52 58 -
CMYK 0.66 0.10 0 0.77
HSL 189.47º 0.49% 0.15% -
HSV(B) 189.47º 0.66% 0.23% -
XYZ 2.28 2.91 4.44 -
YUV 43.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 20 52 58 0.66 0.10 0 0.77 189.47 0.49 0.15
Hex 14 34 3A 42 A 0 4D BD 31 F
Octal 24 64 72 102 12 0 115 275 61 17
Binary 10100 110100 111010 1000010 1010 0 1001101 10111101 110001 1111

Color Harmonies of #14343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14343A

Black with #14343A

Text Example


Text Example

White with #14343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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