Html Css Color HEX #35354F Lucky Point

📋 copy color: '#35354F'

red 53 ◦ green 53 ◦ blue 79

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

Shades of Lucky Point #35354F

Tints of Lucky Point #35354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.7%

R = 28.65%
G = 28.65%
B = 42.7%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35354F (or 0x35354F) is known color: Lucky Point. HEX triplet: 35, 35 and 4F. RGB value is (53,53,79). Sum of RGB (Red+Green+Blue) = 53+53+79=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #35354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35354F is #CACAB0. Grayscale: #373737. Windows color (decimal): -13290161 or 5190965. OLE color: 5190965.

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

Color convert

RGB 53 53 79 -
CMYK 0.33 0.33 0 0.69
HSL 240º 0.2% 0.26% -
HSV(B) 240º 0.33% 0.31% -
XYZ 4.15 3.87 7.92 -
YUV 55.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 53 53 79 0.33 0.33 0 0.69 240 0.2 0.26
Hex 35 35 4F 21 21 0 45 F0 14 1A
Octal 65 65 117 41 41 0 105 360 24 32
Binary 110101 110101 1001111 100001 100001 0 1000101 11110000 10100 11010

Color Harmonies of #35354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35354F

Black with #35354F

Text Example


Text Example

White with #35354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35354F; }

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

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

background-color css

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

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

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

border-color css

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

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

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