Html Css Color HEX #353554 Lucky Point

📋 copy color: '#353554'

red 53 ◦ green 53 ◦ blue 84

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

Shades of Lucky Point #353554

Tints of Lucky Point #353554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.21%

R = 27.89%
G = 27.89%
B = 44.21%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353554 (or 0x353554) is known color: Lucky Point. HEX triplet: 35, 35 and 54. RGB value is (53,53,84). Sum of RGB (Red+Green+Blue) = 53+53+84=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #353554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353554 is #CACAAB. Grayscale: #383838. Windows color (decimal): -13290156 or 5518645. OLE color: 5518645.

HSL color Cylindrical-coordinate representation of color #353554: 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.37%. Process color model (Four color, CMYK) of #353554 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 53 84 -
CMYK 0.37 0.37 0 0.67
HSL 240º 0.23% 0.27% -
HSV(B) 240º 0.37% 0.33% -
XYZ 4.34 3.94 8.92 -
YUV 56.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 53 53 84 0.37 0.37 0 0.67 240 0.23 0.27
Hex 35 35 54 25 25 0 43 F0 17 1B
Octal 65 65 124 45 45 0 103 360 27 33
Binary 110101 110101 1010100 100101 100101 0 1000011 11110000 10111 11011

Color Harmonies of #353554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353554

Black with #353554

Text Example


Text Example

White with #353554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353554; }

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

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

background-color css

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

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

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

border-color css

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

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

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