Html Css Color HEX #172A38 Tangaroa

📋 copy color: '#172A38'

red 23 ◦ green 42 ◦ blue 56

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

Shades of Tangaroa #172A38

Tints of Tangaroa #172A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.71%

 BLUE value IS 56 (22.27% from 255) = 46.28%

R = 19.01%
G = 34.71%
B = 46.28%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#172A38 (or 0x172A38) is known color: Tangaroa. HEX triplet: 17, 2A and 38. RGB value is (23,42,56). Sum of RGB (Red+Green+Blue) = 23+42+56=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #172A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A38 is #E8D5C7. Grayscale: #252525. Windows color (decimal): -15259080 or 3680791. OLE color: 3680791.

HSL color Cylindrical-coordinate representation of color #172A38: hue angle of 205.45º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #172A38 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 23 42 56 -
CMYK 0.59 0.25 0 0.78
HSL 205.45º 0.42% 0.15% -
HSV(B) 205.45º 0.59% 0.22% -
XYZ 1.9 2.12 4.05 -
YUV 37.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 23 42 56 0.59 0.25 0 0.78 205.45 0.42 0.15
Hex 17 2A 38 3B 19 0 4E CD 2A F
Octal 27 52 70 73 31 0 116 315 52 17
Binary 10111 101010 111000 111011 11001 0 1001110 11001101 101010 1111

Color Harmonies of #172A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A38

Black with #172A38

Text Example


Text Example

White with #172A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,42,56); }

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

background-color css

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

 a { background-color: rgb(23,42,56); }

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

border-color css

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

 span { border-color: rgb(23,42,56); }

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