#2D528C

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

Shades of Fun Blue #2D528C

Tints of Fun Blue #2D528C

Color information

#2D528C (or 0x2D528C) is unknown color: approx Fun Blue. HEX triplet: 2D, 52 and 8C. RGB value is (45,82,140). Sum of RGB (Red+Green+Blue) = 45+82+140=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D528C is #D2AD73. Grayscale: #4D4D4D. Windows color (decimal): -13806964 or 9196077. OLE color: 9196077.

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

Color convert

RGB4582140-
CMYK0.680.4100.45
HSL216.63º51.35%36.27%-
HSV(B)216.63º67.86%54.9%-
XYZ8.838.4925.98-
YUV77.55163.24104.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.85%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=16.85%
G=30.71%
B=52.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45821400.680.4100.45216.6351.3536.27
Hex2D528C442902Dd93324
Octal55122214104510553316344
Binary1011011010010100011001000100101001010110111011001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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