Html Css Color HEX #343757 Lucky Point

📋 copy color: '#343757'

red 52 ◦ green 55 ◦ blue 87

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

Shades of Lucky Point #343757

Tints of Lucky Point #343757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 44.85%

R = 26.8%
G = 28.35%
B = 44.85%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#343757 (or 0x343757) is known color: Lucky Point. HEX triplet: 34, 37 and 57. RGB value is (52,55,87). Sum of RGB (Red+Green+Blue) = 52+55+87=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #343757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343757 is #CBC8A8. Grayscale: #393939. Windows color (decimal): -13355177 or 5715764. OLE color: 5715764.

HSL color Cylindrical-coordinate representation of color #343757: hue angle of 234.86º 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 #343757 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 55 87 -
CMYK 0.40 0.37 0 0.66
HSL 234.86º 0.25% 0.27% -
HSV(B) 234.86º 0.4% 0.34% -
XYZ 4.5 4.15 9.58 -
YUV 57.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 52 55 87 0.40 0.37 0 0.66 234.86 0.25 0.27
Hex 34 37 57 28 25 0 42 EB 19 1B
Octal 64 67 127 50 45 0 102 353 31 33
Binary 110100 110111 1010111 101000 100101 0 1000010 11101011 11001 11011

Color Harmonies of #343757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343757

Black with #343757

Text Example


Text Example

White with #343757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343757; }

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

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

background-color css

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

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

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

border-color css

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

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

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