#172E34

Color #172E34 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #172E34

Tints of Nordic #172E34

Color information

#172E34 (or 0x172E34) is unknown color: approx Nordic. HEX triplet: 17, 2E and 34. RGB value is (23,46,52). Sum of RGB (Red+Green+Blue) = 23+46+52=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #172E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E34 is #E8D1CB. Grayscale: #272727. Windows color (decimal): -15258060 or 3419671. OLE color: 3419671.

HSL color Cylindrical-coordinate representation of color #172E34: hue angle of 192.41º 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 #172E34 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB234652-
CMYK0.560.1200.80
HSL192.41º38.67%14.71%-
HSV(B)192.41º55.77%20.39%-
XYZ1.952.383.61-
YUV39.81134.88116.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=19.01%
G=38.02%
B=42.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2346520.560.1200.80192.4138.6714.71
Hex172E3438C050c027f
Octal275664701401203004717
Binary10111101110110100111000110001010000110000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #172E34;
 }
 .AnyTagClassName
 {
   color: #172E34;
 }
</style>
background-color css

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

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

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

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

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

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