Html Css Color HEX #17343D Nordic

📋 copy color: '#17343D'

red 23 ◦ green 52 ◦ blue 61

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

Shades of Nordic #17343D

Tints of Nordic #17343D

RGB

 RED value IS 23 (9.38% from 255) = 16.91%

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

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

R = 16.91%
G = 38.24%
B = 44.85%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#17343D (or 0x17343D) is known color: Nordic. HEX triplet: 17, 34 and 3D. RGB value is (23,52,61). Sum of RGB (Red+Green+Blue) = 23+52+61=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #17343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17343D is #E8CBC2. Grayscale: #2C2C2C. Windows color (decimal): -15256515 or 4011031. OLE color: 4011031.

HSL color Cylindrical-coordinate representation of color #17343D: hue angle of 194.21º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #17343D is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 23 52 61 -
CMYK 0.62 0.15 0 0.76
HSL 194.21º 0.45% 0.16% -
HSV(B) 194.21º 0.62% 0.24% -
XYZ 2.42 2.98 4.86 -
YUV 44.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 23 52 61 0.62 0.15 0 0.76 194.21 0.45 0.16
Hex 17 34 3D 3E F 0 4C C2 2D 10
Octal 27 64 75 76 17 0 114 302 55 20
Binary 10111 110100 111101 111110 1111 0 1001100 11000010 101101 10000

Color Harmonies of #17343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17343D

Black with #17343D

Text Example


Text Example

White with #17343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17343D; }

 p { color: rgb(23,52,61); }

 H1.HeaderClassName
 {
   color: #17343D;
 }
 .AnyTagClassName
 {
   color: #17343D;
 }
</style>

background-color css

<style>
 a { background-color: #17343D; }

 a { background-color: rgb(23,52,61); }

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

border-color css

<style>
 span { border-color: #17343D; }

 span { border-color: rgb(23,52,61); }

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