Html Css Color HEX #34354C Lucky Point

📋 copy color: '#34354C'

red 52 ◦ green 53 ◦ blue 76

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

Shades of Lucky Point #34354C

Tints of Lucky Point #34354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 28.73%
G = 29.28%
B = 41.99%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34354C (or 0x34354C) is known color: Lucky Point. HEX triplet: 34, 35 and 4C. RGB value is (52,53,76). Sum of RGB (Red+Green+Blue) = 52+53+76=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #34354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34354C is #CBCAB3. Grayscale: #373737. Windows color (decimal): -13355700 or 4994356. OLE color: 4994356.

HSL color Cylindrical-coordinate representation of color #34354C: hue angle of 237.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34354C is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 53 76 -
CMYK 0.32 0.30 0 0.70
HSL 237.5º 0.19% 0.25% -
HSV(B) 237.5º 0.32% 0.3% -
XYZ 3.99 3.8 7.36 -
YUV 55.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 52 53 76 0.32 0.30 0 0.70 237.5 0.19 0.25
Hex 34 35 4C 20 1E 0 46 EE 13 19
Octal 64 65 114 40 36 0 106 356 23 31
Binary 110100 110101 1001100 100000 11110 0 1000110 11101110 10011 11001

Color Harmonies of #34354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34354C

Black with #34354C

Text Example


Text Example

White with #34354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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