Html Css Color HEX #2E334E Lucky Point

📋 copy color: '#2E334E'

red 46 ◦ green 51 ◦ blue 78

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

Shades of Lucky Point #2E334E

Tints of Lucky Point #2E334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 26.29%
G = 29.14%
B = 44.57%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E334E (or 0x2E334E) is known color: Lucky Point. HEX triplet: 2E, 33 and 4E. RGB value is (46,51,78). Sum of RGB (Red+Green+Blue) = 46+51+78=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E334E is #D1CCB1. Grayscale: #343434. Windows color (decimal): -13749426 or 5124910. OLE color: 5124910.

HSL color Cylindrical-coordinate representation of color #2E334E: hue angle of 230.62º 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 #2E334E is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 51 78 -
CMYK 0.41 0.35 0 0.69
HSL 230.63º 0.26% 0.24% -
HSV(B) 230.63º 0.41% 0.31% -
XYZ 3.69 3.5 7.69 -
YUV 52.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 46 51 78 0.41 0.35 0 0.69 230.63 0.26 0.24
Hex 2E 33 4E 29 23 0 45 E7 1A 18
Octal 56 63 116 51 43 0 105 347 32 30
Binary 101110 110011 1001110 101001 100011 0 1000101 11100111 11010 11000

Color Harmonies of #2E334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E334E

Black with #2E334E

Text Example


Text Example

White with #2E334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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