Html Css Color HEX #173334 Nordic

📋 copy color: '#173334'

red 23 ◦ green 51 ◦ blue 52

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

Shades of Nordic #173334

Tints of Nordic #173334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.48%

 BLUE value IS 52 (20.7% from 255) = 41.27%

R = 18.25%
G = 40.48%
B = 41.27%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#173334 (or 0x173334) is known color: Nordic. HEX triplet: 17, 33 and 34. RGB value is (23,51,52). Sum of RGB (Red+Green+Blue) = 23+51+52=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 52 - color contains mainly: blue. Hex color #173334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173334 is #E8CCCB. Grayscale: #2A2A2A. Windows color (decimal): -15256780 or 3420951. OLE color: 3420951.

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

Color convert

RGB 23 51 52 -
CMYK 0.56 0.02 0 0.80
HSL 182.07º 0.39% 0.15% -
HSV(B) 182.07º 0.56% 0.2% -
XYZ 2.16 2.8 3.68 -
YUV 42.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 23 51 52 0.56 0.02 0 0.80 182.07 0.39 0.15
Hex 17 33 34 38 2 0 50 B6 27 F
Octal 27 63 64 70 2 0 120 266 47 17
Binary 10111 110011 110100 111000 10 0 1010000 10110110 100111 1111

Color Harmonies of #173334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173334

Black with #173334

Text Example


Text Example

White with #173334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173334; }

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

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

background-color css

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

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

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

border-color css

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

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

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