Html Css Color HEX #2E324E Lucky Point

📋 copy color: '#2E324E'

red 46 ◦ green 50 ◦ blue 78

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

Shades of Lucky Point #2E324E

Tints of Lucky Point #2E324E

RGB

 RED value IS 46 (18.36% from 255) = 26.44%

 GREEN value IS 50 (19.92% from 255) = 28.74%

 BLUE value IS 78 (30.86% from 255) = 44.83%

R = 26.44%
G = 28.74%
B = 44.83%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E324E (or 0x2E324E) is known color: Lucky Point. HEX triplet: 2E, 32 and 4E. RGB value is (46,50,78). Sum of RGB (Red+Green+Blue) = 46+50+78=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E324E is #D1CDB1. Grayscale: #333333. Windows color (decimal): -13749682 or 5124654. OLE color: 5124654.

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

Color convert

RGB 46 50 78 -
CMYK 0.41 0.36 0 0.69
HSL 232.5º 0.26% 0.24% -
HSV(B) 232.5º 0.41% 0.31% -
XYZ 3.64 3.41 7.67 -
YUV 52 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 46 50 78 0.41 0.36 0 0.69 232.5 0.26 0.24
Hex 2E 32 4E 29 24 0 45 E8 1A 18
Octal 56 62 116 51 44 0 105 350 32 30
Binary 101110 110010 1001110 101001 100100 0 1000101 11101000 11010 11000

Color Harmonies of #2E324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E324E

Black with #2E324E

Text Example


Text Example

White with #2E324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,78); }

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

background-color css

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

 a { background-color: rgb(46,50,78); }

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

border-color css

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

 span { border-color: rgb(46,50,78); }

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