Html Css Color HEX #172F3F Tangaroa

📋 copy color: '#172F3F'

red 23 ◦ green 47 ◦ blue 63

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

Shades of Tangaroa #172F3F

Tints of Tangaroa #172F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.37%

R = 17.29%
G = 35.34%
B = 47.37%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#172F3F (or 0x172F3F) is known color: Tangaroa. HEX triplet: 17, 2F and 3F. RGB value is (23,47,63). Sum of RGB (Red+Green+Blue) = 23+47+63=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #172F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F3F is #E8D0C0. Grayscale: #292929. Windows color (decimal): -15257793 or 4140823. OLE color: 4140823.

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

Color convert

RGB 23 47 63 -
CMYK 0.63 0.25 0 0.75
HSL 204º 0.47% 0.17% -
HSV(B) 204º 0.63% 0.25% -
XYZ 2.27 2.57 5.08 -
YUV 41.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 23 47 63 0.63 0.25 0 0.75 204 0.47 0.17
Hex 17 2F 3F 3F 19 0 4B CC 2F 11
Octal 27 57 77 77 31 0 113 314 57 21
Binary 10111 101111 111111 111111 11001 0 1001011 11001100 101111 10001

Color Harmonies of #172F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F3F

Black with #172F3F

Text Example


Text Example

White with #172F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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