Html Css Color HEX #172F32 Nordic

📋 copy color: '#172F32'

red 23 ◦ green 47 ◦ blue 50

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

Shades of Nordic #172F32

Tints of Nordic #172F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.17%

 BLUE value IS 50 (19.92% from 255) = 41.67%

R = 19.17%
G = 39.17%
B = 41.67%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#172F32 (or 0x172F32) is known color: Nordic. HEX triplet: 17, 2F and 32. RGB value is (23,47,50). Sum of RGB (Red+Green+Blue) = 23+47+50=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #172F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F32 is #E8D0CD. Grayscale: #282828. Windows color (decimal): -15257806 or 3288855. OLE color: 3288855.

HSL color Cylindrical-coordinate representation of color #172F32: hue angle of 186.67º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #172F32 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 47 50 -
CMYK 0.54 0.06 0 0.80
HSL 186.67º 0.37% 0.14% -
HSV(B) 186.67º 0.54% 0.2% -
XYZ 1.95 2.45 3.39 -
YUV 40.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 23 47 50 0.54 0.06 0 0.80 186.67 0.37 0.14
Hex 17 2F 32 36 6 0 50 BB 25 E
Octal 27 57 62 66 6 0 120 273 45 16
Binary 10111 101111 110010 110110 110 0 1010000 10111011 100101 1110

Color Harmonies of #172F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F32

Black with #172F32

Text Example


Text Example

White with #172F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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