#34374B

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

Shades of Lucky Point #34374B

Tints of Lucky Point #34374B

Color information

#34374B (or 0x34374B) is unknown color: approx Lucky Point. HEX triplet: 34, 37 and 4B. RGB value is (52,55,75). Sum of RGB (Red+Green+Blue) = 52+55+75=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #34374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34374B is #CBC8B4. Grayscale: #383838. Windows color (decimal): -13355189 or 4929332. OLE color: 4929332.

HSL color Cylindrical-coordinate representation of color #34374B: hue angle of 232.17º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #34374B is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB525575-
CMYK0.310.2700.71
HSL232.17º18.11%24.9%-
HSV(B)232.17º30.67%29.41%-
XYZ4.053.977.21-
YUV56.38138.51124.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=28.57%
G=30.22%
B=41.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5255750.310.2700.71232.1718.1124.9
Hex34374B1F1B047e81219
Octal6467113373301073502231
Binary1101001101111001011111111101101000111111010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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