Html Css Color HEX #353851 Lucky Point

📋 copy color: '#353851'

red 53 ◦ green 56 ◦ blue 81

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

Shades of Lucky Point #353851

Tints of Lucky Point #353851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.63%

R = 27.89%
G = 29.47%
B = 42.63%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#353851 (or 0x353851) is known color: Lucky Point. HEX triplet: 35, 38 and 51. RGB value is (53,56,81). Sum of RGB (Red+Green+Blue) = 53+56+81=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #353851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353851 is #CAC7AE. Grayscale: #393939. Windows color (decimal): -13289391 or 5322805. OLE color: 5322805.

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

Color convert

RGB 53 56 81 -
CMYK 0.35 0.31 0 0.68
HSL 233.57º 0.21% 0.26% -
HSV(B) 233.57º 0.35% 0.32% -
XYZ 4.37 4.18 8.36 -
YUV 57.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 53 56 81 0.35 0.31 0 0.68 233.57 0.21 0.26
Hex 35 38 51 23 1F 0 44 EA 15 1A
Octal 65 70 121 43 37 0 104 352 25 32
Binary 110101 111000 1010001 100011 11111 0 1000100 11101010 10101 11010

Color Harmonies of #353851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353851

Black with #353851

Text Example


Text Example

White with #353851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353851; }

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

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

background-color css

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

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

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

border-color css

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

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

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