Html Css Color HEX #172D41 Tangaroa

📋 copy color: '#172D41'

red 23 ◦ green 45 ◦ blue 65

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

Shades of Tangaroa #172D41

Tints of Tangaroa #172D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.83%

 BLUE value IS 65 (25.78% from 255) = 48.87%

R = 17.29%
G = 33.83%
B = 48.87%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#172D41 (or 0x172D41) is known color: Tangaroa. HEX triplet: 17, 2D and 41. RGB value is (23,45,65). Sum of RGB (Red+Green+Blue) = 23+45+65=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #172D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D41 is #E8D2BE. Grayscale: #282828. Windows color (decimal): -15258303 or 4271383. OLE color: 4271383.

HSL color Cylindrical-coordinate representation of color #172D41: hue angle of 208.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #172D41 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 45 65 -
CMYK 0.65 0.31 0 0.75
HSL 208.57º 0.48% 0.17% -
HSV(B) 208.57º 0.65% 0.25% -
XYZ 2.25 2.44 5.35 -
YUV 40.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 23 45 65 0.65 0.31 0 0.75 208.57 0.48 0.17
Hex 17 2D 41 41 1F 0 4B D1 30 11
Octal 27 55 101 101 37 0 113 321 60 21
Binary 10111 101101 1000001 1000001 11111 0 1001011 11010001 110000 10001

Color Harmonies of #172D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D41

Black with #172D41

Text Example


Text Example

White with #172D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,45,65); }

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

background-color css

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

 a { background-color: rgb(23,45,65); }

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

border-color css

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

 span { border-color: rgb(23,45,65); }

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