Html Css Color HEX #2E3450 Lucky Point

📋 copy color: '#2E3450'

red 46 ◦ green 52 ◦ blue 80

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

Shades of Lucky Point #2E3450

Tints of Lucky Point #2E3450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.21%

 BLUE value IS 80 (31.64% from 255) = 44.94%

R = 25.84%
G = 29.21%
B = 44.94%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E3450 (or 0x2E3450) is known color: Lucky Point. HEX triplet: 2E, 34 and 50. RGB value is (46,52,80). Sum of RGB (Red+Green+Blue) = 46+52+80=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3450 is #D1CBAF. Grayscale: #353535. Windows color (decimal): -13749168 or 5256238. OLE color: 5256238.

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

Color convert

RGB 46 52 80 -
CMYK 0.42 0.35 0 0.69
HSL 229.41º 0.27% 0.25% -
HSV(B) 229.41º 0.43% 0.31% -
XYZ 3.8 3.62 8.09 -
YUV 53.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 46 52 80 0.42 0.35 0 0.69 229.41 0.27 0.25
Hex 2E 34 50 2A 23 0 45 E5 1B 19
Octal 56 64 120 52 43 0 105 345 33 31
Binary 101110 110100 1010000 101010 100011 0 1000101 11100101 11011 11001

Color Harmonies of #2E3450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3450

Black with #2E3450

Text Example


Text Example

White with #2E3450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,52,80); }

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

background-color css

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

 a { background-color: rgb(46,52,80); }

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

border-color css

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

 span { border-color: rgb(46,52,80); }

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