Html Css Color HEX #34354A Lucky Point

📋 copy color: '#34354A'

red 52 ◦ green 53 ◦ blue 74

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

Shades of Lucky Point #34354A

Tints of Lucky Point #34354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.34%

R = 29.05%
G = 29.61%
B = 41.34%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#34354A (or 0x34354A) is known color: Lucky Point. HEX triplet: 34, 35 and 4A. RGB value is (52,53,74). Sum of RGB (Red+Green+Blue) = 52+53+74=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #34354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34354A is #CBCAB5. Grayscale: #373737. Windows color (decimal): -13355702 or 4863284. OLE color: 4863284.

HSL color Cylindrical-coordinate representation of color #34354A: hue angle of 237.27º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #34354A is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 53 74 -
CMYK 0.30 0.28 0 0.71
HSL 237.27º 0.17% 0.25% -
HSV(B) 237.27º 0.3% 0.29% -
XYZ 3.93 3.77 7 -
YUV 55.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 52 53 74 0.30 0.28 0 0.71 237.27 0.17 0.25
Hex 34 35 4A 1E 1C 0 47 ED 11 19
Octal 64 65 112 36 34 0 107 355 21 31
Binary 110100 110101 1001010 11110 11100 0 1000111 11101101 10001 11001

Color Harmonies of #34354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34354A

Black with #34354A

Text Example


Text Example

White with #34354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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