#35384D

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

Shades of Lucky Point #35384D

Tints of Lucky Point #35384D

Color information

#35384D (or 0x35384D) is unknown color: approx Lucky Point. HEX triplet: 35, 38 and 4D. RGB value is (53,56,77). Sum of RGB (Red+Green+Blue) = 53+56+77=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #35384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35384D is #CAC7B2. Grayscale: #393939. Windows color (decimal): -13289395 or 5060661. OLE color: 5060661.

HSL color Cylindrical-coordinate representation of color #35384D: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #35384D is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB535677-
CMYK0.310.2700.70
HSL232.5º18.46%25.49%-
HSV(B)232.5º31.17%30.2%-
XYZ4.224.127.59-
YUV57.5139.01124.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=28.49%
G=30.11%
B=41.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5356770.310.2700.70232.518.4625.49
Hex35384D1F1B046e81219
Octal6570115373301063502231
Binary1101011110001001101111111101101000110111010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35384D; }

 p { color: rgb(53,56,77); }

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

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

 a { background-color: rgb(53,56,77); }

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

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

 span { border-color: rgb(53,56,77); }

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