#2D508A

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

Shades of Fun Blue #2D508A

Tints of Fun Blue #2D508A

Color information

#2D508A (or 0x2D508A) is unknown color: approx Fun Blue. HEX triplet: 2D, 50 and 8A. RGB value is (45,80,138). Sum of RGB (Red+Green+Blue) = 45+80+138=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D508A is #D2AF75. Grayscale: #4B4B4B. Windows color (decimal): -13807478 or 9064493. OLE color: 9064493.

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

Color convert

RGB4580138-
CMYK0.670.4200.46
HSL217.42º50.82%35.88%-
HSV(B)217.42º67.39%54.12%-
XYZ8.548.1325.16-
YUV76.15162.9105.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.11%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=17.11%
G=30.42%
B=52.47%

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
Decimal45801380.670.4200.46217.4250.8235.88
Hex2D508A432A02Ed93324
Octal55120212103520563316344
Binary1011011010000100010101000011101010010111011011001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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