#35364E

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

Shades of Lucky Point #35364E

Tints of Lucky Point #35364E

Color information

#35364E (or 0x35364E) is unknown color: approx Lucky Point. HEX triplet: 35, 36 and 4E. RGB value is (53,54,78). Sum of RGB (Red+Green+Blue) = 53+54+78=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #35364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35364E is #CAC9B1. Grayscale: #383838. Windows color (decimal): -13289906 or 5125685. OLE color: 5125685.

HSL color Cylindrical-coordinate representation of color #35364E: hue angle of 237.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #35364E is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB535478-
CMYK0.320.3100.69
HSL237.6º19.08%25.69%-
HSV(B)237.6º32.05%30.59%-
XYZ4.163.957.75-
YUV56.44140.17125.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=28.65%
G=29.19%
B=42.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5354780.320.3100.69237.619.0825.69
Hex35364E201F045ee131a
Octal6566116403701053562332
Binary11010111011010011101000001111101000101111011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35364E; }

 p { color: rgb(53,54,78); }

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

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

 a { background-color: rgb(53,54,78); }

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

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

 span { border-color: rgb(53,54,78); }

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