Html Css Color HEX #173238 Nordic

📋 copy color: '#173238'

red 23 ◦ green 50 ◦ blue 56

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

Shades of Nordic #173238

Tints of Nordic #173238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.76%

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 17.83%
G = 38.76%
B = 43.41%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#173238 (or 0x173238) is known color: Nordic. HEX triplet: 17, 32 and 38. RGB value is (23,50,56). Sum of RGB (Red+Green+Blue) = 23+50+56=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #173238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173238 is #E8CDC7. Grayscale: #2A2A2A. Windows color (decimal): -15257032 or 3682839. OLE color: 3682839.

HSL color Cylindrical-coordinate representation of color #173238: hue angle of 190.91º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #173238 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 23 50 56 -
CMYK 0.59 0.11 0 0.78
HSL 190.91º 0.42% 0.15% -
HSV(B) 190.91º 0.59% 0.22% -
XYZ 2.21 2.75 4.16 -
YUV 42.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 23 50 56 0.59 0.11 0 0.78 190.91 0.42 0.15
Hex 17 32 38 3B B 0 4E BF 2A F
Octal 27 62 70 73 13 0 116 277 52 17
Binary 10111 110010 111000 111011 1011 0 1001110 10111111 101010 1111

Color Harmonies of #173238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173238

Black with #173238

Text Example


Text Example

White with #173238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173238; }

 p { color: rgb(23,50,56); }

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

background-color css

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

 a { background-color: rgb(23,50,56); }

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

border-color css

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

 span { border-color: rgb(23,50,56); }

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