Html Css Color HEX #353753 Lucky Point

📋 copy color: '#353753'

red 53 ◦ green 55 ◦ blue 83

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

Shades of Lucky Point #353753

Tints of Lucky Point #353753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 27.75%
G = 28.8%
B = 43.46%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353753 (or 0x353753) is known color: Lucky Point. HEX triplet: 35, 37 and 53. RGB value is (53,55,83). Sum of RGB (Red+Green+Blue) = 53+55+83=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #353753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353753 is #CAC8AC. Grayscale: #393939. Windows color (decimal): -13289645 or 5453621. OLE color: 5453621.

HSL color Cylindrical-coordinate representation of color #353753: hue angle of 236º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #353753 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 55 83 -
CMYK 0.36 0.34 0 0.67
HSL 236º 0.22% 0.27% -
HSV(B) 236º 0.36% 0.33% -
XYZ 4.4 4.11 8.75 -
YUV 57.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 53 55 83 0.36 0.34 0 0.67 236 0.22 0.27
Hex 35 37 53 24 22 0 43 EC 16 1B
Octal 65 67 123 44 42 0 103 354 26 33
Binary 110101 110111 1010011 100100 100010 0 1000011 11101100 10110 11011

Color Harmonies of #353753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353753

Black with #353753

Text Example


Text Example

White with #353753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353753; }

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

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

background-color css

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

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

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

border-color css

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

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

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