#17205A

Color #17205A Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #17205A

Tints of Lucky Point #17205A

Color information

#17205A (or 0x17205A) is unknown color: approx Lucky Point. HEX triplet: 17, 20 and 5A. RGB value is (23,32,90). Sum of RGB (Red+Green+Blue) = 23+32+90=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #17205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17205A is #E8DFA5. Grayscale: #232323. Windows color (decimal): -15261606 or 5906455. OLE color: 5906455.

HSL color Cylindrical-coordinate representation of color #17205A: hue angle of 231.94º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17205A is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB233290-
CMYK0.740.6400.65
HSL231.94º59.29%22.16%-
HSV(B)231.94º74.44%35.29%-
XYZ2.721.959.91-
YUV35.92158.52118.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.86%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=15.86%
G=22.07%
B=62.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2332900.740.6400.65231.9459.2922.16
Hex17205A4A40041e83b16
Octal274013211210001013507326
Binary10111100000101101010010101000000010000011110100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17205A; }

 p { color: rgb(23,32,90); }

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

<style>
 a { background-color: #17205A; }

 a { background-color: rgb(23,32,90); }

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

<style>
 span { border-color: #17205A; }

 span { border-color: rgb(23,32,90); }

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