Html Css Color HEX #2E4885 Fun Blue

📋 copy color: '#2E4885'

red 46 ◦ green 72 ◦ blue 133

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

Shades of Fun Blue #2E4885

Tints of Fun Blue #2E4885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

 BLUE value IS 133 (52.34% from 255) = 52.99%

R = 18.33%
G = 28.69%
B = 52.99%

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

#2E4885 (or 0x2E4885) is known color: Fun Blue. HEX triplet: 2E, 48 and 85. RGB value is (46,72,133). Sum of RGB (Red+Green+Blue) = 46+72+133=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E4885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4885 is #D1B77A. Grayscale: #464646. Windows color (decimal): -13743995 or 8734766. OLE color: 8734766.

HSL color Cylindrical-coordinate representation of color #2E4885: hue angle of 222.07º degrees, saturation: 0.49, 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 #2E4885 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 72 133 -
CMYK 0.65 0.46 0 0.48
HSL 222.07º 0.49% 0.35% -
HSV(B) 222.07º 0.65% 0.52% -
XYZ 7.68 6.91 23.12 -
YUV 71.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 46 72 133 0.65 0.46 0 0.48 222.07 0.49 0.35
Hex 2E 48 85 41 2E 0 30 DE 31 23
Octal 56 110 205 101 56 0 60 336 61 43
Binary 101110 1001000 10000101 1000001 101110 0 110000 11011110 110001 100011

Color Harmonies of #2E4885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4885

Black with #2E4885

Text Example


Text Example

White with #2E4885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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