Html Css Color HEX #173F48 Nordic

📋 copy color: '#173F48'

red 23 ◦ green 63 ◦ blue 72

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

Shades of Nordic #173F48

Tints of Nordic #173F48

RGB

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

 GREEN value IS 63 (25% from 255) = 39.87%

 BLUE value IS 72 (28.52% from 255) = 45.57%

R = 14.56%
G = 39.87%
B = 45.57%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#173F48 (or 0x173F48) is known color: Nordic. HEX triplet: 17, 3F and 48. RGB value is (23,63,72). Sum of RGB (Red+Green+Blue) = 23+63+72=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #173F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F48 is #E8C0B7. Grayscale: #333333. Windows color (decimal): -15253688 or 4734743. OLE color: 4734743.

HSL color Cylindrical-coordinate representation of color #173F48: hue angle of 191.02º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #173F48 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 23 63 72 -
CMYK 0.68 0.12 0 0.72
HSL 191.02º 0.52% 0.19% -
HSV(B) 191.02º 0.68% 0.28% -
XYZ 3.3 4.21 6.77 -
YUV 52.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 23 63 72 0.68 0.12 0 0.72 191.02 0.52 0.19
Hex 17 3F 48 44 C 0 48 BF 34 13
Octal 27 77 110 104 14 0 110 277 64 23
Binary 10111 111111 1001000 1000100 1100 0 1001000 10111111 110100 10011

Color Harmonies of #173F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173F48

Black with #173F48

Text Example


Text Example

White with #173F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,63,72); }

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

background-color css

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

 a { background-color: rgb(23,63,72); }

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

border-color css

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

 span { border-color: rgb(23,63,72); }

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