Html Css Color HEX #17293D Tangaroa

📋 copy color: '#17293D'

red 23 ◦ green 41 ◦ blue 61

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

Shades of Tangaroa #17293D

Tints of Tangaroa #17293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.8%

 BLUE value IS 61 (24.22% from 255) = 48.8%

R = 18.4%
G = 32.8%
B = 48.8%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#17293D (or 0x17293D) is known color: Tangaroa. HEX triplet: 17, 29 and 3D. RGB value is (23,41,61). Sum of RGB (Red+Green+Blue) = 23+41+61=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #17293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17293D is #E8D6C2. Grayscale: #252525. Windows color (decimal): -15259331 or 4008215. OLE color: 4008215.

HSL color Cylindrical-coordinate representation of color #17293D: hue angle of 211.58º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #17293D is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 23 41 61 -
CMYK 0.62 0.33 0 0.76
HSL 211.58º 0.45% 0.16% -
HSV(B) 211.58º 0.62% 0.24% -
XYZ 1.99 2.1 4.72 -
YUV 37.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 23 41 61 0.62 0.33 0 0.76 211.58 0.45 0.16
Hex 17 29 3D 3E 21 0 4C D4 2D 10
Octal 27 51 75 76 41 0 114 324 55 20
Binary 10111 101001 111101 111110 100001 0 1001100 11010100 101101 10000

Color Harmonies of #17293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17293D

Black with #17293D

Text Example


Text Example

White with #17293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17293D; }

 p { color: rgb(23,41,61); }

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

background-color css

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

 a { background-color: rgb(23,41,61); }

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

border-color css

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

 span { border-color: rgb(23,41,61); }

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