#28335A

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

Shades of Lucky Point #28335A

Tints of Lucky Point #28335A

Color information

#28335A (or 0x28335A) is unknown color: approx Lucky Point. HEX triplet: 28, 33 and 5A. RGB value is (40,51,90). Sum of RGB (Red+Green+Blue) = 40+51+90=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #28335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28335A is #D7CCA5. Grayscale: #333333. Windows color (decimal): -14142630 or 5911336. OLE color: 5911336.

HSL color Cylindrical-coordinate representation of color #28335A: hue angle of 226.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28335A is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB405190-
CMYK0.560.4300.65
HSL226.8º38.46%25.49%-
HSV(B)226.8º55.56%35.29%-
XYZ3.93.5610.15-
YUV52.16149.36119.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=22.10%
G=28.18%
B=49.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4051900.560.4300.65226.838.4625.49
Hex28335A382B041e32619
Octal5063132705301013434631
Binary1010001100111011010111000101011010000011110001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,51,90); }

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

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

 a { background-color: rgb(40,51,90); }

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

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

 span { border-color: rgb(40,51,90); }

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