Html Css Color HEX #343657 Lucky Point

📋 copy color: '#343657'

red 52 ◦ green 54 ◦ blue 87

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

Shades of Lucky Point #343657

Tints of Lucky Point #343657

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.98%

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

R = 26.94%
G = 27.98%
B = 45.08%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#343657 (or 0x343657) is known color: Lucky Point. HEX triplet: 34, 36 and 57. RGB value is (52,54,87). Sum of RGB (Red+Green+Blue) = 52+54+87=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #343657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343657 is #CBC9A8. Grayscale: #393939. Windows color (decimal): -13355433 or 5715508. OLE color: 5715508.

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

Color convert

RGB 52 54 87 -
CMYK 0.40 0.38 0 0.66
HSL 236.57º 0.25% 0.27% -
HSV(B) 236.57º 0.4% 0.34% -
XYZ 4.46 4.06 9.56 -
YUV 57.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 52 54 87 0.40 0.38 0 0.66 236.57 0.25 0.27
Hex 34 36 57 28 26 0 42 ED 19 1B
Octal 64 66 127 50 46 0 102 355 31 33
Binary 110100 110110 1010111 101000 100110 0 1000010 11101101 11001 11011

Color Harmonies of #343657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343657

Black with #343657

Text Example


Text Example

White with #343657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343657; }

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

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

background-color css

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

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

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

border-color css

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

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

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