Html Css Color HEX #2E3248 Lucky Point

📋 copy color: '#2E3248'

red 46 ◦ green 50 ◦ blue 72

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

Shades of Lucky Point #2E3248

Tints of Lucky Point #2E3248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.86%

R = 27.38%
G = 29.76%
B = 42.86%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2E3248 (or 0x2E3248) is known color: Lucky Point. HEX triplet: 2E, 32 and 48. RGB value is (46,50,72). Sum of RGB (Red+Green+Blue) = 46+50+72=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3248 is #D1CDB7. Grayscale: #333333. Windows color (decimal): -13749688 or 4731438. OLE color: 4731438.

HSL color Cylindrical-coordinate representation of color #2E3248: hue angle of 230.77º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E3248 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 50 72 -
CMYK 0.36 0.31 0 0.72
HSL 230.77º 0.22% 0.23% -
HSV(B) 230.77º 0.36% 0.28% -
XYZ 3.44 3.33 6.59 -
YUV 51.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 46 50 72 0.36 0.31 0 0.72 230.77 0.22 0.23
Hex 2E 32 48 24 1F 0 48 E7 16 17
Octal 56 62 110 44 37 0 110 347 26 27
Binary 101110 110010 1001000 100100 11111 0 1001000 11100111 10110 10111

Color Harmonies of #2E3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3248

Black with #2E3248

Text Example


Text Example

White with #2E3248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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