Html Css Color HEX #2E528B Fun Blue

📋 copy color: '#2E528B'

red 46 ◦ green 82 ◦ blue 139

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

Shades of Fun Blue #2E528B

Tints of Fun Blue #2E528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 17.23%
G = 30.71%
B = 52.06%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E528B (or 0x2E528B) is known color: Fun Blue. HEX triplet: 2E, 52 and 8B. RGB value is (46,82,139). Sum of RGB (Red+Green+Blue) = 46+82+139=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E528B is #D1AD74. Grayscale: #4D4D4D. Windows color (decimal): -13741429 or 9130542. OLE color: 9130542.

HSL color Cylindrical-coordinate representation of color #2E528B: hue angle of 216.77º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E528B is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 82 139 -
CMYK 0.67 0.41 0 0.45
HSL 216.77º 0.5% 0.36% -
HSV(B) 216.77º 0.67% 0.55% -
XYZ 8.8 8.48 25.6 -
YUV 77.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 46 82 139 0.67 0.41 0 0.45 216.77 0.5 0.36
Hex 2E 52 8B 43 29 0 2D D9 32 24
Octal 56 122 213 103 51 0 55 331 62 44
Binary 101110 1010010 10001011 1000011 101001 0 101101 11011001 110010 100100

Color Harmonies of #2E528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E528B

Black with #2E528B

Text Example


Text Example

White with #2E528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,82,139); }

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

background-color css

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

 a { background-color: rgb(46,82,139); }

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

border-color css

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

 span { border-color: rgb(46,82,139); }

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