Html Css Color HEX #173038 Nordic

📋 copy color: '#173038'

red 23 ◦ green 48 ◦ blue 56

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

Shades of Nordic #173038

Tints of Nordic #173038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.8%

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

R = 18.11%
G = 37.8%
B = 44.09%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#173038 (or 0x173038) is known color: Nordic. HEX triplet: 17, 30 and 38. RGB value is (23,48,56). Sum of RGB (Red+Green+Blue) = 23+48+56=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #173038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173038 is #E8CFC7. Grayscale: #292929. Windows color (decimal): -15257544 or 3682327. OLE color: 3682327.

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

Color convert

RGB 23 48 56 -
CMYK 0.59 0.14 0 0.78
HSL 194.55º 0.42% 0.15% -
HSV(B) 194.55º 0.59% 0.22% -
XYZ 2.12 2.58 4.13 -
YUV 41.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 23 48 56 0.59 0.14 0 0.78 194.55 0.42 0.15
Hex 17 30 38 3B E 0 4E C3 2A F
Octal 27 60 70 73 16 0 116 303 52 17
Binary 10111 110000 111000 111011 1110 0 1001110 11000011 101010 1111

Color Harmonies of #173038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173038

Black with #173038

Text Example


Text Example

White with #173038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173038; }

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

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

background-color css

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

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

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

border-color css

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

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

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