#35374B

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

Shades of Lucky Point #35374B

Tints of Lucky Point #35374B

Color information

#35374B (or 0x35374B) is unknown color: approx Lucky Point. HEX triplet: 35, 37 and 4B. RGB value is (53,55,75). Sum of RGB (Red+Green+Blue) = 53+55+75=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #35374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35374B is #CAC8B4. Grayscale: #383838. Windows color (decimal): -13289653 or 4929333. OLE color: 4929333.

HSL color Cylindrical-coordinate representation of color #35374B: hue angle of 234.55º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #35374B is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB535575-
CMYK0.290.2700.71
HSL234.55º17.19%25.1%-
HSV(B)234.55º29.33%29.41%-
XYZ4.147.21-
YUV56.68138.34125.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=28.96%
G=30.05%
B=40.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5355750.290.2700.71234.5517.1925.1
Hex35374B1D1B047eb1119
Octal6567113353301073532131
Binary1101011101111001011111011101101000111111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35374B; }

 p { color: rgb(53,55,75); }

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

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

 a { background-color: rgb(53,55,75); }

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

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

 span { border-color: rgb(53,55,75); }

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