#363953

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

Shades of Lucky Point #363953

Tints of Lucky Point #363953

Color information

#363953 (or 0x363953) is unknown color: approx Lucky Point. HEX triplet: 36, 39 and 53. RGB value is (54,57,83). Sum of RGB (Red+Green+Blue) = 54+57+83=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #363953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363953 is #C9C6AC. Grayscale: #3A3A3A. Windows color (decimal): -13223597 or 5454134. OLE color: 5454134.

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

Color convert

RGB545783-
CMYK0.350.3100.67
HSL233.79º21.17%26.86%-
HSV(B)233.79º34.94%32.55%-
XYZ4.554.348.78-
YUV59.07141.51124.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.84%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=27.84%
G=29.38%
B=42.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5457830.350.3100.67233.7921.1726.86
Hex363953231F043ea151b
Octal6671123433701033522533
Binary11011011100110100111000111111101000011111010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363953; }

 p { color: rgb(54,57,83); }

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

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

 a { background-color: rgb(54,57,83); }

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

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

 span { border-color: rgb(54,57,83); }

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