Html Css Color HEX #353852 Lucky Point

📋 copy color: '#353852'

red 53 ◦ green 56 ◦ blue 82

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

Shades of Lucky Point #353852

Tints of Lucky Point #353852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.32%

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

R = 27.75%
G = 29.32%
B = 42.93%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#353852 (or 0x353852) is known color: Lucky Point. HEX triplet: 35, 38 and 52. RGB value is (53,56,82). Sum of RGB (Red+Green+Blue) = 53+56+82=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #353852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353852 is #CAC7AD. Grayscale: #393939. Windows color (decimal): -13289390 or 5388341. OLE color: 5388341.

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

Color convert

RGB 53 56 82 -
CMYK 0.35 0.32 0 0.68
HSL 233.79º 0.21% 0.26% -
HSV(B) 233.79º 0.35% 0.32% -
XYZ 4.41 4.19 8.56 -
YUV 58.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 53 56 82 0.35 0.32 0 0.68 233.79 0.21 0.26
Hex 35 38 52 23 20 0 44 EA 15 1A
Octal 65 70 122 43 40 0 104 352 25 32
Binary 110101 111000 1010010 100011 100000 0 1000100 11101010 10101 11010

Color Harmonies of #353852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353852

Black with #353852

Text Example


Text Example

White with #353852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353852; }

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

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

background-color css

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

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

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

border-color css

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

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

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