Html Css Color HEX #173234 Nordic

📋 copy color: '#173234'

red 23 ◦ green 50 ◦ blue 52

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

Shades of Nordic #173234

Tints of Nordic #173234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 18.4%
G = 40%
B = 41.6%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#173234 (or 0x173234) is known color: Nordic. HEX triplet: 17, 32 and 34. RGB value is (23,50,52). Sum of RGB (Red+Green+Blue) = 23+50+52=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #173234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173234 is #E8CDCB. Grayscale: #2A2A2A. Windows color (decimal): -15257036 or 3420695. OLE color: 3420695.

HSL color Cylindrical-coordinate representation of color #173234: hue angle of 184.14º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #173234 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 50 52 -
CMYK 0.56 0.04 0 0.80
HSL 184.14º 0.39% 0.15% -
HSV(B) 184.14º 0.56% 0.2% -
XYZ 2.11 2.71 3.66 -
YUV 42.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 23 50 52 0.56 0.04 0 0.80 184.14 0.39 0.15
Hex 17 32 34 38 4 0 50 B8 27 F
Octal 27 62 64 70 4 0 120 270 47 17
Binary 10111 110010 110100 111000 100 0 1010000 10111000 100111 1111

Color Harmonies of #173234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173234

Black with #173234

Text Example


Text Example

White with #173234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173234; }

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

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

background-color css

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

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

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

border-color css

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

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

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