Html Css Color HEX #172F35 Nordic

📋 copy color: '#172F35'

red 23 ◦ green 47 ◦ blue 53

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

Shades of Nordic #172F35

Tints of Nordic #172F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.21%

 BLUE value IS 53 (21.09% from 255) = 43.09%

R = 18.7%
G = 38.21%
B = 43.09%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#172F35 (or 0x172F35) is known color: Nordic. HEX triplet: 17, 2F and 35. RGB value is (23,47,53). Sum of RGB (Red+Green+Blue) = 23+47+53=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #172F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F35 is #E8D0CA. Grayscale: #282828. Windows color (decimal): -15257803 or 3485463. OLE color: 3485463.

HSL color Cylindrical-coordinate representation of color #172F35: hue angle of 192º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #172F35 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 23 47 53 -
CMYK 0.57 0.11 0 0.79
HSL 192º 0.39% 0.15% -
HSV(B) 192º 0.57% 0.21% -
XYZ 2.01 2.47 3.74 -
YUV 40.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 23 47 53 0.57 0.11 0 0.79 192 0.39 0.15
Hex 17 2F 35 39 B 0 4F C0 27 F
Octal 27 57 65 71 13 0 117 300 47 17
Binary 10111 101111 110101 111001 1011 0 1001111 11000000 100111 1111

Color Harmonies of #172F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F35

Black with #172F35

Text Example


Text Example

White with #172F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,47,53); }

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

background-color css

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

 a { background-color: rgb(23,47,53); }

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

border-color css

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

 span { border-color: rgb(23,47,53); }

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