Html Css Color HEX #343450 Lucky Point

📋 copy color: '#343450'

red 52 ◦ green 52 ◦ blue 80

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

Shades of Lucky Point #343450

Tints of Lucky Point #343450

RGB

 RED value IS 52 (20.7% from 255) = 28.26%

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

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

R = 28.26%
G = 28.26%
B = 43.48%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#343450 (or 0x343450) is known color: Lucky Point. HEX triplet: 34, 34 and 50. RGB value is (52,52,80). Sum of RGB (Red+Green+Blue) = 52+52+80=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #343450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343450 is #CBCBAF. Grayscale: #373737. Windows color (decimal): -13355952 or 5256244. OLE color: 5256244.

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

Color convert

RGB 52 52 80 -
CMYK 0.35 0.35 0 0.69
HSL 240º 0.21% 0.26% -
HSV(B) 240º 0.35% 0.31% -
XYZ 4.09 3.77 8.1 -
YUV 55.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 52 52 80 0.35 0.35 0 0.69 240 0.21 0.26
Hex 34 34 50 23 23 0 45 F0 15 1A
Octal 64 64 120 43 43 0 105 360 25 32
Binary 110100 110100 1010000 100011 100011 0 1000101 11110000 10101 11010

Color Harmonies of #343450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343450

Black with #343450

Text Example


Text Example

White with #343450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343450; }

 p { color: rgb(52,52,80); }

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

background-color css

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

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

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

border-color css

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

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

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