Html Css Color HEX #2F304D Lucky Point

📋 copy color: '#2F304D'

red 47 ◦ green 48 ◦ blue 77

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

Shades of Lucky Point #2F304D

Tints of Lucky Point #2F304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

 BLUE value IS 77 (30.47% from 255) = 44.77%

R = 27.33%
G = 27.91%
B = 44.77%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F304D (or 0x2F304D) is known color: Lucky Point. HEX triplet: 2F, 30 and 4D. RGB value is (47,48,77). Sum of RGB (Red+Green+Blue) = 47+48+77=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F304D is #D0CFB2. Grayscale: #323232. Windows color (decimal): -13684659 or 5058607. OLE color: 5058607.

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

Color convert

RGB 47 48 77 -
CMYK 0.39 0.38 0 0.70
HSL 238º 0.24% 0.24% -
HSV(B) 238º 0.39% 0.3% -
XYZ 3.57 3.25 7.46 -
YUV 51.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 47 48 77 0.39 0.38 0 0.70 238 0.24 0.24
Hex 2F 30 4D 27 26 0 46 EE 18 18
Octal 57 60 115 47 46 0 106 356 30 30
Binary 101111 110000 1001101 100111 100110 0 1000110 11101110 11000 11000

Color Harmonies of #2F304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F304D

Black with #2F304D

Text Example


Text Example

White with #2F304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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