#28335C

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

Shades of Lucky Point #28335C

Tints of Lucky Point #28335C

Color information

#28335C (or 0x28335C) is unknown color: approx Lucky Point. HEX triplet: 28, 33 and 5C. RGB value is (40,51,92). Sum of RGB (Red+Green+Blue) = 40+51+92=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #28335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28335C is #D7CCA3. Grayscale: #343434. Windows color (decimal): -14142628 or 6042408. OLE color: 6042408.

HSL color Cylindrical-coordinate representation of color #28335C: hue angle of 227.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28335C is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB405192-
CMYK0.570.4500.64
HSL227.31º39.39%25.88%-
HSV(B)227.31º56.52%36.08%-
XYZ3.993.5910.61-
YUV52.38150.36119.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=21.86%
G=27.87%
B=50.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4051920.570.4500.64227.3139.3925.88
Hex28335C392D040e3271a
Octal5063134715501003434732
Binary1010001100111011100111001101101010000001110001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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