Html Css Color HEX #173035 Nordic

📋 copy color: '#173035'

red 23 ◦ green 48 ◦ blue 53

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

Shades of Nordic #173035

Tints of Nordic #173035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 18.55%
G = 38.71%
B = 42.74%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#173035 (or 0x173035) is known color: Nordic. HEX triplet: 17, 30 and 35. RGB value is (23,48,53). Sum of RGB (Red+Green+Blue) = 23+48+53=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #173035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173035 is #E8CFCA. Grayscale: #292929. Windows color (decimal): -15257547 or 3485719. OLE color: 3485719.

HSL color Cylindrical-coordinate representation of color #173035: hue angle of 190º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #173035 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 23 48 53 -
CMYK 0.57 0.09 0 0.79
HSL 190º 0.39% 0.15% -
HSV(B) 190º 0.57% 0.21% -
XYZ 2.05 2.55 3.75 -
YUV 41.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 23 48 53 0.57 0.09 0 0.79 190 0.39 0.15
Hex 17 30 35 39 9 0 4F BE 27 F
Octal 27 60 65 71 11 0 117 276 47 17
Binary 10111 110000 110101 111001 1001 0 1001111 10111110 100111 1111

Color Harmonies of #173035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173035

Black with #173035

Text Example


Text Example

White with #173035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173035; }

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

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

background-color css

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

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

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

border-color css

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

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

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