Html Css Color HEX #172E34 Nordic

📋 copy color: '#172E34'

red 23 ◦ green 46 ◦ blue 52

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

Shades of Nordic #172E34

Tints of Nordic #172E34

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.7% from 255) = 42.98%

R = 19.01%
G = 38.02%
B = 42.98%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#172E34 (or 0x172E34) is known color: 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

RGB 23 46 52 -
CMYK 0.56 0.12 0 0.80
HSL 192.41º 0.39% 0.15% -
HSV(B) 192.41º 0.56% 0.2% -
XYZ 1.95 2.38 3.61 -
YUV 39.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 23 46 52 0.56 0.12 0 0.80 192.41 0.39 0.15
Hex 17 2E 34 38 C 0 50 C0 27 F
Octal 27 56 64 70 14 0 120 300 47 17
Binary 10111 101110 110100 111000 1100 0 1010000 11000000 100111 1111

Color Harmonies of #172E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E34

Black with #172E34

Text Example


Text Example

White with #172E34

Text Example


Text Example

HTML Codes & Css Web 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>