#2F528D

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

Shades of Fun Blue #2F528D

Tints of Fun Blue #2F528D

Color information

#2F528D (or 0x2F528D) is unknown color: approx Fun Blue. HEX triplet: 2F, 52 and 8D. RGB value is (47,82,141). Sum of RGB (Red+Green+Blue) = 47+82+141=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F528D is #D0AD72. Grayscale: #4D4D4D. Windows color (decimal): -13675891 or 9261615. OLE color: 9261615.

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

Color convert

RGB4782141-
CMYK0.670.4200.45
HSL217.66º50%36.86%-
HSV(B)217.66º66.67%55.29%-
XYZ98.5626.38-
YUV78.26163.4105.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.41%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 141 (55.47% from 255) = 52.22%
R=17.41%
G=30.37%
B=52.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47821410.670.4200.45217.665036.86
Hex2F528D432A02Dda3225
Octal57122215103520553326245
Binary1011111010010100011011000011101010010110111011010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,82,141); }

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

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

 a { background-color: rgb(47,82,141); }

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

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

 span { border-color: rgb(47,82,141); }

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