Html Css Color HEX #173538 Nordic

📋 copy color: '#173538'

red 23 ◦ green 53 ◦ blue 56

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

Shades of Nordic #173538

Tints of Nordic #173538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.15%

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

R = 17.42%
G = 40.15%
B = 42.42%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#173538 (or 0x173538) is known color: Nordic. HEX triplet: 17, 35 and 38. RGB value is (23,53,56). Sum of RGB (Red+Green+Blue) = 23+53+56=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #173538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173538 is #E8CAC7. Grayscale: #2C2C2C. Windows color (decimal): -15256264 or 3683607. OLE color: 3683607.

HSL color Cylindrical-coordinate representation of color #173538: hue angle of 185.45º 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 #173538 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 23 53 56 -
CMYK 0.59 0.05 0 0.78
HSL 185.45º 0.42% 0.15% -
HSV(B) 185.45º 0.59% 0.22% -
XYZ 2.34 3.01 4.2 -
YUV 44.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 23 53 56 0.59 0.05 0 0.78 185.45 0.42 0.15
Hex 17 35 38 3B 5 0 4E B9 2A F
Octal 27 65 70 73 5 0 116 271 52 17
Binary 10111 110101 111000 111011 101 0 1001110 10111001 101010 1111

Color Harmonies of #173538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173538

Black with #173538

Text Example


Text Example

White with #173538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173538; }

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

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

background-color css

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

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

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

border-color css

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

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

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