Html Css Color HEX #34374D Lucky Point

📋 copy color: '#34374D'

red 52 ◦ green 55 ◦ blue 77

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

Shades of Lucky Point #34374D

Tints of Lucky Point #34374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.85%

R = 28.26%
G = 29.89%
B = 41.85%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34374D (or 0x34374D) is known color: Lucky Point. HEX triplet: 34, 37 and 4D. RGB value is (52,55,77). Sum of RGB (Red+Green+Blue) = 52+55+77=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #34374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34374D is #CBC8B2. Grayscale: #383838. Windows color (decimal): -13355187 or 5060404. OLE color: 5060404.

HSL color Cylindrical-coordinate representation of color #34374D: hue angle of 232.8º 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 #34374D is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 55 77 -
CMYK 0.32 0.29 0 0.70
HSL 232.8º 0.19% 0.25% -
HSV(B) 232.8º 0.32% 0.3% -
XYZ 4.12 4 7.58 -
YUV 56.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 52 55 77 0.32 0.29 0 0.70 232.8 0.19 0.25
Hex 34 37 4D 20 1D 0 46 E9 13 19
Octal 64 67 115 40 35 0 106 351 23 31
Binary 110100 110111 1001101 100000 11101 0 1000110 11101001 10011 11001

Color Harmonies of #34374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34374D

Black with #34374D

Text Example


Text Example

White with #34374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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