Html Css Color HEX #2E4784 Fun Blue

📋 copy color: '#2E4784'

red 46 ◦ green 71 ◦ blue 132

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

Shades of Fun Blue #2E4784

Tints of Fun Blue #2E4784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 18.47%
G = 28.51%
B = 53.01%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2E4784 (or 0x2E4784) is known color: Fun Blue. HEX triplet: 2E, 47 and 84. RGB value is (46,71,132). Sum of RGB (Red+Green+Blue) = 46+71+132=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E4784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4784 is #D1B87B. Grayscale: #464646. Windows color (decimal): -13744252 or 8668974. OLE color: 8668974.

HSL color Cylindrical-coordinate representation of color #2E4784: hue angle of 222.56º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E4784 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 71 132 -
CMYK 0.65 0.46 0 0.48
HSL 222.56º 0.48% 0.35% -
HSV(B) 222.56º 0.65% 0.52% -
XYZ 7.54 6.75 22.74 -
YUV 70.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 46 71 132 0.65 0.46 0 0.48 222.56 0.48 0.35
Hex 2E 47 84 41 2E 0 30 DF 30 23
Octal 56 107 204 101 56 0 60 337 60 43
Binary 101110 1000111 10000100 1000001 101110 0 110000 11011111 110000 100011

Color Harmonies of #2E4784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4784

Black with #2E4784

Text Example


Text Example

White with #2E4784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,71,132); }

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

background-color css

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

 a { background-color: rgb(46,71,132); }

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

border-color css

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

 span { border-color: rgb(46,71,132); }

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