#2F344D

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

Shades of Lucky Point #2F344D

Tints of Lucky Point #2F344D

Color information

#2F344D (or 0x2F344D) is unknown color: approx Lucky Point. HEX triplet: 2F, 34 and 4D. RGB value is (47,52,77). Sum of RGB (Red+Green+Blue) = 47+52+77=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F344D is #D0CBB2. Grayscale: #353535. Windows color (decimal): -13683635 or 5059631. OLE color: 5059631.

HSL color Cylindrical-coordinate representation of color #2F344D: hue angle of 230º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F344D is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB475277-
CMYK0.390.3200.70
HSL230º24.19%24.31%-
HSV(B)230º38.96%30.2%-
XYZ3.743.67.52-
YUV53.36141.34123.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.70%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=26.70%
G=29.55%
B=43.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4752770.390.3200.7023024.1924.31
Hex2F344D2720046e61818
Octal5764115474001063463030
Binary101111110100100110110011110000001000110111001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F344D; }

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

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

<style>
 a { background-color: #2F344D; }

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

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

<style>
 span { border-color: #2F344D; }

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

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