Html Css Color HEX #34364E Lucky Point

📋 copy color: '#34364E'

red 52 ◦ green 54 ◦ blue 78

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

Shades of Lucky Point #34364E

Tints of Lucky Point #34364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 42.39%

R = 28.26%
G = 29.35%
B = 42.39%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34364E (or 0x34364E) is known color: Lucky Point. HEX triplet: 34, 36 and 4E. RGB value is (52,54,78). Sum of RGB (Red+Green+Blue) = 52+54+78=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #34364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34364E is #CBC9B1. Grayscale: #383838. Windows color (decimal): -13355442 or 5125684. OLE color: 5125684.

HSL color Cylindrical-coordinate representation of color #34364E: hue angle of 235.38º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34364E is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 54 78 -
CMYK 0.33 0.31 0 0.69
HSL 235.38º 0.2% 0.25% -
HSV(B) 235.38º 0.33% 0.31% -
XYZ 4.11 3.92 7.75 -
YUV 56.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 52 54 78 0.33 0.31 0 0.69 235.38 0.2 0.25
Hex 34 36 4E 21 1F 0 45 EB 14 19
Octal 64 66 116 41 37 0 105 353 24 31
Binary 110100 110110 1001110 100001 11111 0 1000101 11101011 10100 11001

Color Harmonies of #34364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34364E

Black with #34364E

Text Example


Text Example

White with #34364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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