Html Css Color HEX #172F40 Tangaroa

📋 copy color: '#172F40'

red 23 ◦ green 47 ◦ blue 64

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

Shades of Tangaroa #172F40

Tints of Tangaroa #172F40

RGB

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

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

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

R = 17.16%
G = 35.07%
B = 47.76%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#172F40 (or 0x172F40) is known color: Tangaroa. HEX triplet: 17, 2F and 40. RGB value is (23,47,64). Sum of RGB (Red+Green+Blue) = 23+47+64=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #172F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F40 is #E8D0BF. Grayscale: #292929. Windows color (decimal): -15257792 or 4206359. OLE color: 4206359.

HSL color Cylindrical-coordinate representation of color #172F40: hue angle of 204.88º 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 #172F40 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 47 64 -
CMYK 0.64 0.27 0 0.75
HSL 204.88º 0.47% 0.17% -
HSV(B) 204.88º 0.64% 0.25% -
XYZ 2.3 2.59 5.23 -
YUV 41.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 23 47 64 0.64 0.27 0 0.75 204.88 0.47 0.17
Hex 17 2F 40 40 1B 0 4B CD 2F 11
Octal 27 57 100 100 33 0 113 315 57 21
Binary 10111 101111 1000000 1000000 11011 0 1001011 11001101 101111 10001

Color Harmonies of #172F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F40

Black with #172F40

Text Example


Text Example

White with #172F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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