Html Css Color HEX #353750 Lucky Point

📋 copy color: '#353750'

red 53 ◦ green 55 ◦ blue 80

#353750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #353750

Tints of Lucky Point #353750

RGB

 RED value IS 53 (21.09% from 255) = 28.19%

 GREEN value IS 55 (21.88% from 255) = 29.26%

 BLUE value IS 80 (31.64% from 255) = 42.55%

R = 28.19%
G = 29.26%
B = 42.55%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#353750 (or 0x353750) is known color: Lucky Point. HEX triplet: 35, 37 and 50. RGB value is (53,55,80). Sum of RGB (Red+Green+Blue) = 53+55+80=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #353750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353750 is #CAC8AF. Grayscale: #393939. Windows color (decimal): -13289648 or 5257013. OLE color: 5257013.

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

Color convert

RGB 53 55 80 -
CMYK 0.34 0.31 0 0.69
HSL 235.56º 0.2% 0.26% -
HSV(B) 235.56º 0.34% 0.31% -
XYZ 4.28 4.07 8.15 -
YUV 57.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 53 55 80 0.34 0.31 0 0.69 235.56 0.2 0.26
Hex 35 37 50 22 1F 0 45 EC 14 1A
Octal 65 67 120 42 37 0 105 354 24 32
Binary 110101 110111 1010000 100010 11111 0 1000101 11101100 10100 11010

Color Harmonies of #353750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353750

Black with #353750

Text Example


Text Example

White with #353750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353750; }

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

 H1.HeaderClassName
 {
   color: #353750;
 }
 .AnyTagClassName
 {
   color: #353750;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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