#2F304F

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

Shades of Lucky Point #2F304F

Tints of Lucky Point #2F304F

Color information

#2F304F (or 0x2F304F) is unknown color: approx Lucky Point. HEX triplet: 2F, 30 and 4F. RGB value is (47,48,79). Sum of RGB (Red+Green+Blue) = 47+48+79=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F304F is #D0CFB0. Grayscale: #333333. Windows color (decimal): -13684657 or 5189679. OLE color: 5189679.

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

Color convert

RGB474879-
CMYK0.410.3900.69
HSL238.12º25.4%24.71%-
HSV(B)238.12º40.51%30.98%-
XYZ3.643.287.84-
YUV51.24143.67124.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.01%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 79 (31.25% from 255) = 45.40%
R=27.01%
G=27.59%
B=45.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4748790.410.3900.69238.1225.424.71
Hex2F304F2927045ee1919
Octal5760117514701053563131
Binary101111110000100111110100110011101000101111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,48,79); }

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

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

 a { background-color: rgb(47,48,79); }

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

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

 span { border-color: rgb(47,48,79); }

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