Html Css Color HEX #172334 Tangaroa

📋 copy color: '#172334'

red 23 ◦ green 35 ◦ blue 52

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

Shades of Tangaroa #172334

Tints of Tangaroa #172334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.82%

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

R = 20.91%
G = 31.82%
B = 47.27%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#172334 (or 0x172334) is known color: Tangaroa. HEX triplet: 17, 23 and 34. RGB value is (23,35,52). Sum of RGB (Red+Green+Blue) = 23+35+52=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #172334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172334 is #E8DCCB. Grayscale: #212121. Windows color (decimal): -15260876 or 3416855. OLE color: 3416855.

HSL color Cylindrical-coordinate representation of color #172334: hue angle of 215.17º 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 #172334 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 35 52 -
CMYK 0.56 0.33 0 0.80
HSL 215.17º 0.39% 0.15% -
HSV(B) 215.17º 0.56% 0.2% -
XYZ 1.57 1.63 3.48 -
YUV 33.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 23 35 52 0.56 0.33 0 0.80 215.17 0.39 0.15
Hex 17 23 34 38 21 0 50 D7 27 F
Octal 27 43 64 70 41 0 120 327 47 17
Binary 10111 100011 110100 111000 100001 0 1010000 11010111 100111 1111

Color Harmonies of #172334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172334

Black with #172334

Text Example


Text Example

White with #172334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172334; }

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

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

background-color css

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

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

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

border-color css

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

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

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