Html Css Color HEX #343354 Lucky Point

📋 copy color: '#343354'

red 52 ◦ green 51 ◦ blue 84

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

Shades of Lucky Point #343354

Tints of Lucky Point #343354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 27.81%
G = 27.27%
B = 44.92%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343354 (or 0x343354) is known color: Lucky Point. HEX triplet: 34, 33 and 54. RGB value is (52,51,84). Sum of RGB (Red+Green+Blue) = 52+51+84=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #343354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343354 is #CBCCAB. Grayscale: #363636. Windows color (decimal): -13356204 or 5518132. OLE color: 5518132.

HSL color Cylindrical-coordinate representation of color #343354: hue angle of 241.82º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #343354 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 51 84 -
CMYK 0.38 0.39 0 0.67
HSL 241.82º 0.24% 0.26% -
HSV(B) 241.82º 0.39% 0.33% -
XYZ 4.2 3.74 8.89 -
YUV 55.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 52 51 84 0.38 0.39 0 0.67 241.82 0.24 0.26
Hex 34 33 54 26 27 0 43 F2 18 1A
Octal 64 63 124 46 47 0 103 362 30 32
Binary 110100 110011 1010100 100110 100111 0 1000011 11110010 11000 11010

Color Harmonies of #343354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343354

Black with #343354

Text Example


Text Example

White with #343354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343354; }

 p { color: rgb(52,51,84); }

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

background-color css

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

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

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

border-color css

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

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

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