Html Css Color HEX #172434 Tangaroa

📋 copy color: '#172434'

red 23 ◦ green 36 ◦ blue 52

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

Shades of Tangaroa #172434

Tints of Tangaroa #172434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.43%

 BLUE value IS 52 (20.7% from 255) = 46.85%

R = 20.72%
G = 32.43%
B = 46.85%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#172434 (or 0x172434) is known color: Tangaroa. HEX triplet: 17, 24 and 34. RGB value is (23,36,52). Sum of RGB (Red+Green+Blue) = 23+36+52=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #172434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172434 is #E8DBCB. Grayscale: #212121. Windows color (decimal): -15260620 or 3417111. OLE color: 3417111.

HSL color Cylindrical-coordinate representation of color #172434: hue angle of 213.1º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #172434 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 36 52 -
CMYK 0.56 0.31 0 0.80
HSL 213.1º 0.39% 0.15% -
HSV(B) 213.1º 0.56% 0.2% -
XYZ 1.6 1.69 3.49 -
YUV 33.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 23 36 52 0.56 0.31 0 0.80 213.1 0.39 0.15
Hex 17 24 34 38 1F 0 50 D5 27 F
Octal 27 44 64 70 37 0 120 325 47 17
Binary 10111 100100 110100 111000 11111 0 1010000 11010101 100111 1111

Color Harmonies of #172434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172434

Black with #172434

Text Example


Text Example

White with #172434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172434; }

 p { color: rgb(23,36,52); }

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

background-color css

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

 a { background-color: rgb(23,36,52); }

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

border-color css

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

 span { border-color: rgb(23,36,52); }

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