#28477D

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

Shades of Fun Blue #28477D

Tints of Fun Blue #28477D

Color information

#28477D (or 0x28477D) is unknown color: approx Fun Blue. HEX triplet: 28, 47 and 7D. RGB value is (40,71,125). Sum of RGB (Red+Green+Blue) = 40+71+125=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #28477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28477D is #D7B882. Grayscale: #434343. Windows color (decimal): -14137475 or 8210216. OLE color: 8210216.

HSL color Cylindrical-coordinate representation of color #28477D: hue angle of 218.12º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28477D is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4071125-
CMYK0.680.4300.51
HSL218.12º51.52%32.35%-
HSV(B)218.12º68%49.02%-
XYZ6.836.4420.28-
YUV67.89160.23108.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=16.95%
G=30.08%
B=52.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40711250.680.4300.51218.1251.5232.35
Hex28477D442B033da3420
Octal50107175104530633326440
Binary101000100011111111011000100101011011001111011010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28477D; }

 p { color: rgb(40,71,125); }

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

<style>
 a { background-color: #28477D; }

 a { background-color: rgb(40,71,125); }

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

<style>
 span { border-color: #28477D; }

 span { border-color: rgb(40,71,125); }

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