Html Css Color HEX #2F314C Lucky Point

📋 copy color: '#2F314C'

red 47 ◦ green 49 ◦ blue 76

#2F314C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #2F314C

Tints of Lucky Point #2F314C

RGB

 RED value IS 47 (18.75% from 255) = 27.33%

 GREEN value IS 49 (19.53% from 255) = 28.49%

 BLUE value IS 76 (30.08% from 255) = 44.19%

R = 27.33%
G = 28.49%
B = 44.19%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F314C (or 0x2F314C) is known color: Lucky Point. HEX triplet: 2F, 31 and 4C. RGB value is (47,49,76). Sum of RGB (Red+Green+Blue) = 47+49+76=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F314C is #D0CEB3. Grayscale: #333333. Windows color (decimal): -13684404 or 4993327. OLE color: 4993327.

HSL color Cylindrical-coordinate representation of color #2F314C: hue angle of 235.86º 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 #2F314C is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 49 76 -
CMYK 0.38 0.36 0 0.70
HSL 235.86º 0.24% 0.24% -
HSV(B) 235.86º 0.38% 0.3% -
XYZ 3.58 3.32 7.29 -
YUV 51.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 47 49 76 0.38 0.36 0 0.70 235.86 0.24 0.24
Hex 2F 31 4C 26 24 0 46 EC 18 18
Octal 57 61 114 46 44 0 106 354 30 30
Binary 101111 110001 1001100 100110 100100 0 1000110 11101100 11000 11000

Color Harmonies of #2F314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F314C

Black with #2F314C

Text Example


Text Example

White with #2F314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F314C;
 }
 .AnyTagClassName
 {
   color: #2F314C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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