#363855

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

Shades of Lucky Point #363855

Tints of Lucky Point #363855

Color information

#363855 (or 0x363855) is unknown color: approx Lucky Point. HEX triplet: 36, 38 and 55. RGB value is (54,56,85). Sum of RGB (Red+Green+Blue) = 54+56+85=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #363855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363855 is #C9C7AA. Grayscale: #3A3A3A. Windows color (decimal): -13223851 or 5584950. OLE color: 5584950.

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

Color convert

RGB545685-
CMYK0.360.3400.67
HSL236.13º22.3%27.25%-
HSV(B)236.13º36.47%33.33%-
XYZ4.584.279.18-
YUV58.71142.84124.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=27.69%
G=28.72%
B=43.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5456850.360.3400.67236.1322.327.25
Hex3638552422043ec161b
Octal6670125444201033542633
Binary110110111000101010110010010001001000011111011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363855; }

 p { color: rgb(54,56,85); }

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

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

 a { background-color: rgb(54,56,85); }

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

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

 span { border-color: rgb(54,56,85); }

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