#34384E

Color #34384E Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #34384E

Tints of Lucky Point #34384E

Color information

#34384E (or 0x34384E) is unknown color: approx Lucky Point. HEX triplet: 34, 38 and 4E. RGB value is (52,56,78). Sum of RGB (Red+Green+Blue) = 52+56+78=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #34384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34384E is #CBC7B1. Grayscale: #393939. Windows color (decimal): -13354930 or 5126196. OLE color: 5126196.

HSL color Cylindrical-coordinate representation of color #34384E: hue angle of 230.77º 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 #34384E is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB525678-
CMYK0.330.2800.69
HSL230.77º20%25.49%-
HSV(B)230.77º33.33%30.59%-
XYZ4.214.117.78-
YUV57.31139.67124.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=27.96%
G=30.11%
B=41.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5256780.330.2800.69230.772025.49
Hex34384E211C045e71419
Octal6470116413401053472431
Binary11010011100010011101000011110001000101111001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34384E;
 }
 .AnyTagClassName
 {
   color: #34384E;
 }
</style>
background-color css

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

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

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

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

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

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