#28447E

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

Shades of Fun Blue #28447E

Tints of Fun Blue #28447E

Color information

#28447E (or 0x28447E) is unknown color: approx Fun Blue. HEX triplet: 28, 44 and 7E. RGB value is (40,68,126). Sum of RGB (Red+Green+Blue) = 40+68+126=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #28447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28447E is #D7BB81. Grayscale: #414141. Windows color (decimal): -14138242 or 8274984. OLE color: 8274984.

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

Color convert

RGB4068126-
CMYK0.680.4600.51
HSL220.47º51.81%32.55%-
HSV(B)220.47º68.25%49.41%-
XYZ6.716.0920.56-
YUV66.24161.72109.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 126 (49.61% from 255) = 53.85%
R=17.09%
G=29.06%
B=53.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40681260.680.4600.51220.4751.8132.55
Hex28447E442E033dc3421
Octal50104176104560633346441
Binary101000100010011111101000100101110011001111011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28447E; }

 p { color: rgb(40,68,126); }

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

<style>
 a { background-color: #28447E; }

 a { background-color: rgb(40,68,126); }

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

<style>
 span { border-color: #28447E; }

 span { border-color: rgb(40,68,126); }

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