Html Css Color HEX #343555 Lucky Point

📋 copy color: '#343555'

red 52 ◦ green 53 ◦ blue 85

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

Shades of Lucky Point #343555

Tints of Lucky Point #343555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.74%

R = 27.37%
G = 27.89%
B = 44.74%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343555 (or 0x343555) is known color: Lucky Point. HEX triplet: 34, 35 and 55. RGB value is (52,53,85). Sum of RGB (Red+Green+Blue) = 52+53+85=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #343555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343555 is #CBCAAA. Grayscale: #383838. Windows color (decimal): -13355691 or 5584180. OLE color: 5584180.

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

Color convert

RGB 52 53 85 -
CMYK 0.39 0.38 0 0.67
HSL 238.18º 0.24% 0.27% -
HSV(B) 238.18º 0.39% 0.33% -
XYZ 4.33 3.93 9.13 -
YUV 56.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 52 53 85 0.39 0.38 0 0.67 238.18 0.24 0.27
Hex 34 35 55 27 26 0 43 EE 18 1B
Octal 64 65 125 47 46 0 103 356 30 33
Binary 110100 110101 1010101 100111 100110 0 1000011 11101110 11000 11011

Color Harmonies of #343555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343555

Black with #343555

Text Example


Text Example

White with #343555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343555; }

 p { color: rgb(52,53,85); }

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

background-color css

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

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

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

border-color css

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

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

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