Html Css Color HEX #353850 Lucky Point

📋 copy color: '#353850'

red 53 ◦ green 56 ◦ blue 80

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

Shades of Lucky Point #353850

Tints of Lucky Point #353850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.33%

R = 28.04%
G = 29.63%
B = 42.33%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#353850 (or 0x353850) is known color: Lucky Point. HEX triplet: 35, 38 and 50. RGB value is (53,56,80). Sum of RGB (Red+Green+Blue) = 53+56+80=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #353850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353850 is #CAC7AF. Grayscale: #393939. Windows color (decimal): -13289392 or 5257269. OLE color: 5257269.

HSL color Cylindrical-coordinate representation of color #353850: hue angle of 233.33º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353850 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 56 80 -
CMYK 0.34 0.30 0 0.69
HSL 233.33º 0.2% 0.26% -
HSV(B) 233.33º 0.34% 0.31% -
XYZ 4.33 4.16 8.16 -
YUV 57.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 53 56 80 0.34 0.30 0 0.69 233.33 0.2 0.26
Hex 35 38 50 22 1E 0 45 E9 14 1A
Octal 65 70 120 42 36 0 105 351 24 32
Binary 110101 111000 1010000 100010 11110 0 1000101 11101001 10100 11010

Color Harmonies of #353850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353850

Black with #353850

Text Example


Text Example

White with #353850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353850; }

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

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

background-color css

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

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

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

border-color css

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

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

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