#28477B

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

Shades of Fun Blue #28477B

Tints of Fun Blue #28477B

Color information

#28477B (or 0x28477B) is unknown color: approx Fun Blue. HEX triplet: 28, 47 and 7B. RGB value is (40,71,123). Sum of RGB (Red+Green+Blue) = 40+71+123=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #28477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28477B is #D7B884. Grayscale: #434343. Windows color (decimal): -14137477 or 8079144. OLE color: 8079144.

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

Color convert

RGB4071123-
CMYK0.670.4200.52
HSL217.59º50.92%31.96%-
HSV(B)217.59º67.48%48.24%-
XYZ6.76.3919.62-
YUV67.66159.23108.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=17.09%
G=30.34%
B=52.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40711230.670.4200.52217.5950.9231.96
Hex28477B432A034da3320
Octal50107173103520643326340
Binary101000100011111110111000011101010011010011011010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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