Html Css Color HEX #2E528C Fun Blue

📋 copy color: '#2E528C'

red 46 ◦ green 82 ◦ blue 140

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

Shades of Fun Blue #2E528C

Tints of Fun Blue #2E528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 17.16%
G = 30.6%
B = 52.24%

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

#2E528C (or 0x2E528C) is known color: Fun Blue. HEX triplet: 2E, 52 and 8C. RGB value is (46,82,140). Sum of RGB (Red+Green+Blue) = 46+82+140=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E528C is #D1AD73. Grayscale: #4D4D4D. Windows color (decimal): -13741428 or 9196078. OLE color: 9196078.

HSL color Cylindrical-coordinate representation of color #2E528C: hue angle of 217.02º degrees, saturation: 0.51, 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 #2E528C is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 82 140 -
CMYK 0.67 0.41 0 0.45
HSL 217.02º 0.51% 0.36% -
HSV(B) 217.02º 0.67% 0.55% -
XYZ 8.88 8.51 25.99 -
YUV 77.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 46 82 140 0.67 0.41 0 0.45 217.02 0.51 0.36
Hex 2E 52 8C 43 29 0 2D D9 33 24
Octal 56 122 214 103 51 0 55 331 63 44
Binary 101110 1010010 10001100 1000011 101001 0 101101 11011001 110011 100100

Color Harmonies of #2E528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E528C

Black with #2E528C

Text Example


Text Example

White with #2E528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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