#2F344C

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

Shades of Lucky Point #2F344C

Tints of Lucky Point #2F344C

Color information

#2F344C (or 0x2F344C) is unknown color: approx Lucky Point. HEX triplet: 2F, 34 and 4C. RGB value is (47,52,76). Sum of RGB (Red+Green+Blue) = 47+52+76=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F344C is #D0CBB3. Grayscale: #353535. Windows color (decimal): -13683636 or 4994095. OLE color: 4994095.

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

Color convert

RGB475276-
CMYK0.380.3200.70
HSL229.66º23.58%24.12%-
HSV(B)229.66º38.16%29.8%-
XYZ3.73.587.33-
YUV53.24140.84123.55-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=26.86%
G=29.71%
B=43.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4752760.380.3200.70229.6623.5824.12
Hex2F344C2620046e61818
Octal5764114464001063463030
Binary101111110100100110010011010000001000110111001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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