#172E33

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

Shades of Nordic #172E33

Tints of Nordic #172E33

Color information

#172E33 (or 0x172E33) is unknown color: approx Nordic. HEX triplet: 17, 2E and 33. RGB value is (23,46,51). Sum of RGB (Red+Green+Blue) = 23+46+51=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #172E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E33 is #E8D1CC. Grayscale: #272727. Windows color (decimal): -15258061 or 3354135. OLE color: 3354135.

HSL color Cylindrical-coordinate representation of color #172E33: hue angle of 190.71º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #172E33 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB234651-
CMYK0.550.1000.8
HSL190.71º37.84%14.51%-
HSV(B)190.71º54.9%20%-
XYZ1.932.383.49-
YUV39.69134.38116.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.17%
GREEN value IS 46 (18.36% from 255) = 38.33%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=19.17%
G=38.33%
B=42.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2346510.550.1000.8190.7137.8414.51
Hex172E3337A050bf26f
Octal275663671201202774617
Binary10111101110110011110111101001010000101111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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