Html Css Color HEX #353453 Lucky Point

📋 copy color: '#353453'

red 53 ◦ green 52 ◦ blue 83

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

Shades of Lucky Point #353453

Tints of Lucky Point #353453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

 BLUE value IS 83 (32.81% from 255) = 44.15%

R = 28.19%
G = 27.66%
B = 44.15%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353453 (or 0x353453) is known color: Lucky Point. HEX triplet: 35, 34 and 53. RGB value is (53,52,83). Sum of RGB (Red+Green+Blue) = 53+52+83=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #353453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353453 is #CACBAC. Grayscale: #373737. Windows color (decimal): -13290413 or 5452853. OLE color: 5452853.

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

Color convert

RGB 53 52 83 -
CMYK 0.36 0.37 0 0.67
HSL 241.94º 0.23% 0.26% -
HSV(B) 241.94º 0.37% 0.33% -
XYZ 4.26 3.84 8.7 -
YUV 55.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 53 52 83 0.36 0.37 0 0.67 241.94 0.23 0.26
Hex 35 34 53 24 25 0 43 F2 17 1A
Octal 65 64 123 44 45 0 103 362 27 32
Binary 110101 110100 1010011 100100 100101 0 1000011 11110010 10111 11010

Color Harmonies of #353453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353453

Black with #353453

Text Example


Text Example

White with #353453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353453; }

 p { color: rgb(53,52,83); }

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

background-color css

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

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

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

border-color css

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

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

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