#2E508A

Color #2E508A Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #2E508A

Tints of Fun Blue #2E508A

Color information

#2E508A (or 0x2E508A) is unknown color: approx Fun Blue. HEX triplet: 2E, 50 and 8A. RGB value is (46,80,138). Sum of RGB (Red+Green+Blue) = 46+80+138=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E508A is #D1AF75. Grayscale: #4C4C4C. Windows color (decimal): -13741942 or 9064494. OLE color: 9064494.

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

Color convert

RGB4680138-
CMYK0.670.4200.46
HSL217.83º50%36.08%-
HSV(B)217.83º66.67%54.12%-
XYZ8.588.1525.17-
YUV76.45162.74106.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.42%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=17.42%
G=30.30%
B=52.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46801380.670.4200.46217.835036.08
Hex2E508A432A02Eda3224
Octal56120212103520563326244
Binary1011101010000100010101000011101010010111011011010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,80,138); }

 H1.HeaderClassName
 {
   color: #2E508A;
 }
 .AnyTagClassName
 {
   color: #2E508A;
 }
</style>
background-color css

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

 a { background-color: rgb(46,80,138); }

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

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

 span { border-color: rgb(46,80,138); }

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