Html Css Color HEX #172E40 Tangaroa

📋 copy color: '#172E40'

red 23 ◦ green 46 ◦ blue 64

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

Shades of Tangaroa #172E40

Tints of Tangaroa #172E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.59%

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

R = 17.29%
G = 34.59%
B = 48.12%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#172E40 (or 0x172E40) is known color: Tangaroa. HEX triplet: 17, 2E and 40. RGB value is (23,46,64). Sum of RGB (Red+Green+Blue) = 23+46+64=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #172E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E40 is #E8D1BF. Grayscale: #292929. Windows color (decimal): -15258048 or 4206103. OLE color: 4206103.

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

Color convert

RGB 23 46 64 -
CMYK 0.64 0.28 0 0.75
HSL 206.34º 0.47% 0.17% -
HSV(B) 206.34º 0.64% 0.25% -
XYZ 2.26 2.51 5.22 -
YUV 41.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 23 46 64 0.64 0.28 0 0.75 206.34 0.47 0.17
Hex 17 2E 40 40 1C 0 4B CE 2F 11
Octal 27 56 100 100 34 0 113 316 57 21
Binary 10111 101110 1000000 1000000 11100 0 1001011 11001110 101111 10001

Color Harmonies of #172E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E40

Black with #172E40

Text Example


Text Example

White with #172E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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