Html Css Color HEX #353855 Lucky Point

📋 copy color: '#353855'

red 53 ◦ green 56 ◦ blue 85

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

Shades of Lucky Point #353855

Tints of Lucky Point #353855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 27.32%
G = 28.87%
B = 43.81%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353855 (or 0x353855) is known color: Lucky Point. HEX triplet: 35, 38 and 55. RGB value is (53,56,85). Sum of RGB (Red+Green+Blue) = 53+56+85=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #353855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353855 is #CAC7AA. Grayscale: #3A3A3A. Windows color (decimal): -13289387 or 5584949. OLE color: 5584949.

HSL color Cylindrical-coordinate representation of color #353855: hue angle of 234.38º 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 #353855 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 56 85 -
CMYK 0.38 0.34 0 0.67
HSL 234.38º 0.23% 0.27% -
HSV(B) 234.38º 0.38% 0.33% -
XYZ 4.52 4.24 9.17 -
YUV 58.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 53 56 85 0.38 0.34 0 0.67 234.38 0.23 0.27
Hex 35 38 55 26 22 0 43 EA 17 1B
Octal 65 70 125 46 42 0 103 352 27 33
Binary 110101 111000 1010101 100110 100010 0 1000011 11101010 10111 11011

Color Harmonies of #353855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353855

Black with #353855

Text Example


Text Example

White with #353855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353855; }

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

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

background-color css

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

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

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

border-color css

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

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

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