#173233

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

Shades of Nordic #173233

Tints of Nordic #173233

Color information

#173233 (or 0x173233) is unknown color: approx Nordic. HEX triplet: 17, 32 and 33. RGB value is (23,50,51). Sum of RGB (Red+Green+Blue) = 23+50+51=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 51 - color contains mainly: blue. Hex color #173233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173233 is #E8CDCC. Grayscale: #2A2A2A. Windows color (decimal): -15257037 or 3355159. OLE color: 3355159.

HSL color Cylindrical-coordinate representation of color #173233: hue angle of 182.14º 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 #173233 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB235051-
CMYK0.550.0200.8
HSL182.14º37.84%14.51%-
HSV(B)182.14º54.9%20%-
XYZ2.092.73.54-
YUV42.04133.05114.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=18.55%
G=40.32%
B=41.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2350510.550.0200.8182.1437.8414.51
Hex173233372050b626f
Octal27626367201202664617
Binary101111100101100111101111001010000101101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173233; }

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

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

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

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

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

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

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

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