#283060

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

Shades of Lucky Point #283060

Tints of Lucky Point #283060

Color information

#283060 (or 0x283060) is unknown color: approx Lucky Point. HEX triplet: 28, 30 and 60. RGB value is (40,48,96). Sum of RGB (Red+Green+Blue) = 40+48+96=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #283060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283060 is #D7CF9F. Grayscale: #323232. Windows color (decimal): -14143392 or 6303784. OLE color: 6303784.

HSL color Cylindrical-coordinate representation of color #283060: hue angle of 231.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #283060 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB404896-
CMYK0.580.5000.62
HSL231.43º41.18%26.67%-
HSV(B)231.43º58.33%37.65%-
XYZ4.043.4111.51-
YUV51.08153.35120.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=21.74%
G=26.09%
B=52.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4048960.580.5000.62231.4341.1826.67
Hex2830603A3203Ee7291b
Octal506014072620763475133
Binary101000110000110000011101011001001111101110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283060; }

 p { color: rgb(40,48,96); }

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

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

 a { background-color: rgb(40,48,96); }

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

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

 span { border-color: rgb(40,48,96); }

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