Html Css Color HEX #173C3F Nordic

📋 copy color: '#173C3F'

red 23 ◦ green 60 ◦ blue 63

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

Shades of Nordic #173C3F

Tints of Nordic #173C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.1%

 BLUE value IS 63 (25% from 255) = 43.15%

R = 15.75%
G = 41.1%
B = 43.15%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#173C3F (or 0x173C3F) is known color: Nordic. HEX triplet: 17, 3C and 3F. RGB value is (23,60,63). Sum of RGB (Red+Green+Blue) = 23+60+63=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #173C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C3F is #E8C3C0. Grayscale: #313131. Windows color (decimal): -15254465 or 4144151. OLE color: 4144151.

HSL color Cylindrical-coordinate representation of color #173C3F: hue angle of 184.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #173C3F is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 60 63 -
CMYK 0.63 0.05 0 0.75
HSL 184.5º 0.47% 0.17% -
HSV(B) 184.5º 0.63% 0.25% -
XYZ 2.87 3.77 5.28 -
YUV 49.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 23 60 63 0.63 0.05 0 0.75 184.5 0.47 0.17
Hex 17 3C 3F 3F 5 0 4B B8 2F 11
Octal 27 74 77 77 5 0 113 270 57 21
Binary 10111 111100 111111 111111 101 0 1001011 10111000 101111 10001

Color Harmonies of #173C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173C3F

Black with #173C3F

Text Example


Text Example

White with #173C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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