Html Css Color HEX #343756 Lucky Point

📋 copy color: '#343756'

red 52 ◦ green 55 ◦ blue 86

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

Shades of Lucky Point #343756

Tints of Lucky Point #343756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.56%

R = 26.94%
G = 28.5%
B = 44.56%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#343756 (or 0x343756) is known color: Lucky Point. HEX triplet: 34, 37 and 56. RGB value is (52,55,86). Sum of RGB (Red+Green+Blue) = 52+55+86=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #343756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343756 is #CBC8A9. Grayscale: #393939. Windows color (decimal): -13355178 or 5650228. OLE color: 5650228.

HSL color Cylindrical-coordinate representation of color #343756: hue angle of 234.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343756 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 55 86 -
CMYK 0.40 0.36 0 0.66
HSL 234.71º 0.25% 0.27% -
HSV(B) 234.71º 0.4% 0.34% -
XYZ 4.46 4.13 9.37 -
YUV 57.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 52 55 86 0.40 0.36 0 0.66 234.71 0.25 0.27
Hex 34 37 56 28 24 0 42 EB 19 1B
Octal 64 67 126 50 44 0 102 353 31 33
Binary 110100 110111 1010110 101000 100100 0 1000010 11101011 11001 11011

Color Harmonies of #343756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343756

Black with #343756

Text Example


Text Example

White with #343756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343756; }

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

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

background-color css

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

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

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

border-color css

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

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

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