Html Css Color HEX #353652 Lucky Point

📋 copy color: '#353652'

red 53 ◦ green 54 ◦ blue 82

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

Shades of Lucky Point #353652

Tints of Lucky Point #353652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 82 (32.42% from 255) = 43.39%

R = 28.04%
G = 28.57%
B = 43.39%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#353652 (or 0x353652) is known color: Lucky Point. HEX triplet: 35, 36 and 52. RGB value is (53,54,82). Sum of RGB (Red+Green+Blue) = 53+54+82=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #353652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353652 is #CAC9AD. Grayscale: #383838. Windows color (decimal): -13289902 or 5387829. OLE color: 5387829.

HSL color Cylindrical-coordinate representation of color #353652: hue angle of 237.93º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #353652 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 54 82 -
CMYK 0.35 0.34 0 0.68
HSL 237.93º 0.21% 0.26% -
HSV(B) 237.93º 0.35% 0.32% -
XYZ 4.31 4 8.53 -
YUV 56.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 53 54 82 0.35 0.34 0 0.68 237.93 0.21 0.26
Hex 35 36 52 23 22 0 44 EE 15 1A
Octal 65 66 122 43 42 0 104 356 25 32
Binary 110101 110110 1010010 100011 100010 0 1000100 11101110 10101 11010

Color Harmonies of #353652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353652

Black with #353652

Text Example


Text Example

White with #353652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353652; }

 p { color: rgb(53,54,82); }

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

background-color css

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

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

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

border-color css

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

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

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