Html Css Color HEX #343753 Lucky Point

📋 copy color: '#343753'

red 52 ◦ green 55 ◦ blue 83

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

Shades of Lucky Point #343753

Tints of Lucky Point #343753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 27.37%
G = 28.95%
B = 43.68%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343753 (or 0x343753) is known color: Lucky Point. HEX triplet: 34, 37 and 53. RGB value is (52,55,83). Sum of RGB (Red+Green+Blue) = 52+55+83=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #343753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343753 is #CBC8AC. Grayscale: #393939. Windows color (decimal): -13355181 or 5453620. OLE color: 5453620.

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

Color convert

RGB 52 55 83 -
CMYK 0.37 0.34 0 0.67
HSL 234.19º 0.23% 0.26% -
HSV(B) 234.19º 0.37% 0.33% -
XYZ 4.34 4.09 8.74 -
YUV 57.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 52 55 83 0.37 0.34 0 0.67 234.19 0.23 0.26
Hex 34 37 53 25 22 0 43 EA 17 1A
Octal 64 67 123 45 42 0 103 352 27 32
Binary 110100 110111 1010011 100101 100010 0 1000011 11101010 10111 11010

Color Harmonies of #343753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343753

Black with #343753

Text Example


Text Example

White with #343753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343753; }

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

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

background-color css

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

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

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

border-color css

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

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

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