#170C3C

Color #170C3C Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #170C3C

Tints of Tolopea #170C3C

Color information

#170C3C (or 0x170C3C) is unknown color: approx Tolopea. HEX triplet: 17, 0C and 3C. RGB value is (23,12,60). Sum of RGB (Red+Green+Blue) = 23+12+60=95 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.21% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #170C3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C3C is #E8F3C3. Grayscale: #141414. Windows color (decimal): -15266756 or 3935255. OLE color: 3935255.

HSL color Cylindrical-coordinate representation of color #170C3C: hue angle of 253.75º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #170C3C is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB231260-
CMYK0.620.8000.76
HSL253.75º66.67%14.12%-
HSV(B)253.75º80%23.53%-
XYZ1.30.774.36-
YUV20.76150.14129.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 24.21%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 60 (23.83% from 255) = 63.16%
R=24.21%
G=12.63%
B=63.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2312600.620.8000.76253.7566.6714.12
Hex17C3C3E5004Cfe43e
Octal27147476120011437610316
Binary1011111001111001111101010000010011001111111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170C3C; }

 p { color: rgb(23,12,60); }

 H1.HeaderClassName
 {
   color: #170C3C;
 }
 .AnyTagClassName
 {
   color: #170C3C;
 }
</style>
background-color css

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

 a { background-color: rgb(23,12,60); }

 div.DivClassName
 {
   background-color: #170C3C;
 }
 .BgClassName
 {
   background-color: #170C3C;
 }
</style>
border-color css

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

 span { border-color: rgb(23,12,60); }

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