Html Css Color HEX #343553 Lucky Point

📋 copy color: '#343553'

red 52 ◦ green 53 ◦ blue 83

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

Shades of Lucky Point #343553

Tints of Lucky Point #343553

RGB

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

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

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

R = 27.66%
G = 28.19%
B = 44.15%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343553 (or 0x343553) is known color: Lucky Point. HEX triplet: 34, 35 and 53. RGB value is (52,53,83). Sum of RGB (Red+Green+Blue) = 52+53+83=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #343553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343553 is #CBCAAC. Grayscale: #383838. Windows color (decimal): -13355693 or 5453108. OLE color: 5453108.

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

Color convert

RGB 52 53 83 -
CMYK 0.37 0.36 0 0.67
HSL 238.06º 0.23% 0.26% -
HSV(B) 238.06º 0.37% 0.33% -
XYZ 4.25 3.9 8.71 -
YUV 56.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 52 53 83 0.37 0.36 0 0.67 238.06 0.23 0.26
Hex 34 35 53 25 24 0 43 EE 17 1A
Octal 64 65 123 45 44 0 103 356 27 32
Binary 110100 110101 1010011 100101 100100 0 1000011 11101110 10111 11010

Color Harmonies of #343553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343553

Black with #343553

Text Example


Text Example

White with #343553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343553; }

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

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

background-color css

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

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

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

border-color css

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

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

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