Html Css Color HEX #172C40 Tangaroa

📋 copy color: '#172C40'

red 23 ◦ green 44 ◦ blue 64

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

Shades of Tangaroa #172C40

Tints of Tangaroa #172C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.59%

 BLUE value IS 64 (25.39% from 255) = 48.85%

R = 17.56%
G = 33.59%
B = 48.85%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#172C40 (or 0x172C40) is known color: Tangaroa. HEX triplet: 17, 2C and 40. RGB value is (23,44,64). Sum of RGB (Red+Green+Blue) = 23+44+64=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #172C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C40 is #E8D3BF. Grayscale: #272727. Windows color (decimal): -15258560 or 4205591. OLE color: 4205591.

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

Color convert

RGB 23 44 64 -
CMYK 0.64 0.31 0 0.75
HSL 209.27º 0.47% 0.17% -
HSV(B) 209.27º 0.64% 0.25% -
XYZ 2.18 2.35 5.19 -
YUV 40 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 23 44 64 0.64 0.31 0 0.75 209.27 0.47 0.17
Hex 17 2C 40 40 1F 0 4B D1 2F 11
Octal 27 54 100 100 37 0 113 321 57 21
Binary 10111 101100 1000000 1000000 11111 0 1001011 11010001 101111 10001

Color Harmonies of #172C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C40

Black with #172C40

Text Example


Text Example

White with #172C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,44,64); }

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

background-color css

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

 a { background-color: rgb(23,44,64); }

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

border-color css

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

 span { border-color: rgb(23,44,64); }

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