Html Css Color HEX #343755 Lucky Point

📋 copy color: '#343755'

red 52 ◦ green 55 ◦ blue 85

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

Shades of Lucky Point #343755

Tints of Lucky Point #343755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

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

R = 27.08%
G = 28.65%
B = 44.27%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343755 (or 0x343755) is known color: Lucky Point. HEX triplet: 34, 37 and 55. RGB value is (52,55,85). Sum of RGB (Red+Green+Blue) = 52+55+85=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #343755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343755 is #CBC8AA. Grayscale: #393939. Windows color (decimal): -13355179 or 5584692. OLE color: 5584692.

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

Color convert

RGB 52 55 85 -
CMYK 0.39 0.35 0 0.67
HSL 234.55º 0.24% 0.27% -
HSV(B) 234.55º 0.39% 0.33% -
XYZ 4.42 4.12 9.16 -
YUV 57.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 52 55 85 0.39 0.35 0 0.67 234.55 0.24 0.27
Hex 34 37 55 27 23 0 43 EB 18 1B
Octal 64 67 125 47 43 0 103 353 30 33
Binary 110100 110111 1010101 100111 100011 0 1000011 11101011 11000 11011

Color Harmonies of #343755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343755

Black with #343755

Text Example


Text Example

White with #343755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343755; }

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

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

background-color css

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

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

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

border-color css

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

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

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