Html Css Color HEX #173D42 Nordic

📋 copy color: '#173D42'

red 23 ◦ green 61 ◦ blue 66

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

Shades of Nordic #173D42

Tints of Nordic #173D42

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.67%

 BLUE value IS 66 (26.17% from 255) = 44%

R = 15.33%
G = 40.67%
B = 44%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#173D42 (or 0x173D42) is known color: Nordic. HEX triplet: 17, 3D and 42. RGB value is (23,61,66). Sum of RGB (Red+Green+Blue) = 23+61+66=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 66 - color contains mainly: blue. Hex color #173D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D42 is #E8C2BD. Grayscale: #323232. Windows color (decimal): -15254206 or 4341015. OLE color: 4341015.

HSL color Cylindrical-coordinate representation of color #173D42: hue angle of 186.98º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #173D42 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 23 61 66 -
CMYK 0.65 0.08 0 0.74
HSL 186.98º 0.48% 0.17% -
HSV(B) 186.98º 0.65% 0.26% -
XYZ 3.01 3.91 5.75 -
YUV 50.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 23 61 66 0.65 0.08 0 0.74 186.98 0.48 0.17
Hex 17 3D 42 41 8 0 4A BB 30 11
Octal 27 75 102 101 10 0 112 273 60 21
Binary 10111 111101 1000010 1000001 1000 0 1001010 10111011 110000 10001

Color Harmonies of #173D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173D42

Black with #173D42

Text Example


Text Example

White with #173D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173D42; }

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

 H1.HeaderClassName
 {
   color: #173D42;
 }
 .AnyTagClassName
 {
   color: #173D42;
 }
</style>

background-color css

<style>
 a { background-color: #173D42; }

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

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

border-color css

<style>
 span { border-color: #173D42; }

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

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