#35364F

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

Shades of Lucky Point #35364F

Tints of Lucky Point #35364F

Color information

#35364F (or 0x35364F) is unknown color: approx Lucky Point. HEX triplet: 35, 36 and 4F. RGB value is (53,54,79). Sum of RGB (Red+Green+Blue) = 53+54+79=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #35364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35364F is #CAC9B0. Grayscale: #383838. Windows color (decimal): -13289905 or 5191221. OLE color: 5191221.

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

Color convert

RGB535479-
CMYK0.330.3200.69
HSL237.69º19.7%25.88%-
HSV(B)237.69º32.91%30.98%-
XYZ4.23.967.94-
YUV56.55140.67125.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=28.49%
G=29.03%
B=42.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5354790.330.3200.69237.6919.725.88
Hex35364F2120045ee141a
Octal6566117414001053562432
Binary110101110110100111110000110000001000101111011101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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