Html Css Color HEX #353754 Lucky Point

📋 copy color: '#353754'

red 53 ◦ green 55 ◦ blue 84

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

Shades of Lucky Point #353754

Tints of Lucky Point #353754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

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

R = 27.6%
G = 28.65%
B = 43.75%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353754 (or 0x353754) is known color: Lucky Point. HEX triplet: 35, 37 and 54. RGB value is (53,55,84). Sum of RGB (Red+Green+Blue) = 53+55+84=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #353754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353754 is #CAC8AB. Grayscale: #393939. Windows color (decimal): -13289644 or 5519157. OLE color: 5519157.

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

Color convert

RGB 53 55 84 -
CMYK 0.37 0.35 0 0.67
HSL 236.13º 0.23% 0.27% -
HSV(B) 236.13º 0.37% 0.33% -
XYZ 4.43 4.13 8.95 -
YUV 57.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 53 55 84 0.37 0.35 0 0.67 236.13 0.23 0.27
Hex 35 37 54 25 23 0 43 EC 17 1B
Octal 65 67 124 45 43 0 103 354 27 33
Binary 110101 110111 1010100 100101 100011 0 1000011 11101100 10111 11011

Color Harmonies of #353754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353754

Black with #353754

Text Example


Text Example

White with #353754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353754; }

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

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

background-color css

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

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

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

border-color css

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

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

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