Html Css Color HEX #172E3F Tangaroa

📋 copy color: '#172E3F'

red 23 ◦ green 46 ◦ blue 63

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

Shades of Tangaroa #172E3F

Tints of Tangaroa #172E3F

RGB

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

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

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

R = 17.42%
G = 34.85%
B = 47.73%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#172E3F (or 0x172E3F) is known color: Tangaroa. HEX triplet: 17, 2E and 3F. RGB value is (23,46,63). Sum of RGB (Red+Green+Blue) = 23+46+63=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #172E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E3F is #E8D1C0. Grayscale: #282828. Windows color (decimal): -15258049 or 4140567. OLE color: 4140567.

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

Color convert

RGB 23 46 63 -
CMYK 0.63 0.27 0 0.75
HSL 205.5º 0.47% 0.17% -
HSV(B) 205.5º 0.63% 0.25% -
XYZ 2.23 2.5 5.07 -
YUV 41.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 23 46 63 0.63 0.27 0 0.75 205.5 0.47 0.17
Hex 17 2E 3F 3F 1B 0 4B CE 2F 11
Octal 27 56 77 77 33 0 113 316 57 21
Binary 10111 101110 111111 111111 11011 0 1001011 11001110 101111 10001

Color Harmonies of #172E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E3F

Black with #172E3F

Text Example


Text Example

White with #172E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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