#28477A

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

Shades of Fun Blue #28477A

Tints of Fun Blue #28477A

Color information

#28477A (or 0x28477A) is unknown color: approx Fun Blue. HEX triplet: 28, 47 and 7A. RGB value is (40,71,122). Sum of RGB (Red+Green+Blue) = 40+71+122=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #28477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28477A is #D7B885. Grayscale: #434343. Windows color (decimal): -14137478 or 8013608. OLE color: 8013608.

HSL color Cylindrical-coordinate representation of color #28477A: hue angle of 217.32º 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 #28477A is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4071122-
CMYK0.670.4200.52
HSL217.32º50.62%31.76%-
HSV(B)217.32º67.21%47.84%-
XYZ6.646.3619.29-
YUV67.54158.73108.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=17.17%
G=30.47%
B=52.36%

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
Decimal40711220.670.4200.52217.3250.6231.76
Hex28477A432A034d93320
Octal50107172103520643316340
Binary101000100011111110101000011101010011010011011001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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