#283255

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

Shades of Lucky Point #283255

Tints of Lucky Point #283255

Color information

#283255 (or 0x283255) is unknown color: approx Lucky Point. HEX triplet: 28, 32 and 55. RGB value is (40,50,85). Sum of RGB (Red+Green+Blue) = 40+50+85=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #283255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283255 is #D7CDAA. Grayscale: #323232. Windows color (decimal): -14142891 or 5583400. OLE color: 5583400.

HSL color Cylindrical-coordinate representation of color #283255: hue angle of 226.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #283255 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB405085-
CMYK0.530.4100.67
HSL226.67º36%24.51%-
HSV(B)226.67º52.94%33.33%-
XYZ3.663.399.06-
YUV51147.19120.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=22.86%
G=28.57%
B=48.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4050850.530.4100.67226.673624.51
Hex2832553529043e32419
Octal5062125655101033434431
Binary1010001100101010101110101101001010000111110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283255; }

 p { color: rgb(40,50,85); }

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

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

 a { background-color: rgb(40,50,85); }

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

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

 span { border-color: rgb(40,50,85); }

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