Html Css Color HEX #353555 Lucky Point

📋 copy color: '#353555'

red 53 ◦ green 53 ◦ blue 85

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

Shades of Lucky Point #353555

Tints of Lucky Point #353555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 27.75%
G = 27.75%
B = 44.5%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353555 (or 0x353555) is known color: Lucky Point. HEX triplet: 35, 35 and 55. RGB value is (53,53,85). Sum of RGB (Red+Green+Blue) = 53+53+85=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #353555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353555 is #CACAAA. Grayscale: #383838. Windows color (decimal): -13290155 or 5584181. OLE color: 5584181.

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

Color convert

RGB 53 53 85 -
CMYK 0.38 0.38 0 0.67
HSL 240º 0.23% 0.27% -
HSV(B) 240º 0.38% 0.33% -
XYZ 4.38 3.96 9.13 -
YUV 56.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 53 53 85 0.38 0.38 0 0.67 240 0.23 0.27
Hex 35 35 55 26 26 0 43 F0 17 1B
Octal 65 65 125 46 46 0 103 360 27 33
Binary 110101 110101 1010101 100110 100110 0 1000011 11110000 10111 11011

Color Harmonies of #353555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353555

Black with #353555

Text Example


Text Example

White with #353555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353555; }

 p { color: rgb(53,53,85); }

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

background-color css

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

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

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

border-color css

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

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

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