#28467C

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

Shades of Fun Blue #28467C

Tints of Fun Blue #28467C

Color information

#28467C (or 0x28467C) is unknown color: approx Fun Blue. HEX triplet: 28, 46 and 7C. RGB value is (40,70,124). Sum of RGB (Red+Green+Blue) = 40+70+124=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #28467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28467C is #D7B983. Grayscale: #424242. Windows color (decimal): -14137732 or 8144424. OLE color: 8144424.

HSL color Cylindrical-coordinate representation of color #28467C: hue angle of 218.57º degrees, saturation: 0.51, 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 #28467C is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4070124-
CMYK0.680.4400.51
HSL218.57º51.22%32.16%-
HSV(B)218.57º67.74%48.63%-
XYZ6.76.2919.93-
YUV67.19160.06108.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=17.09%
G=29.91%
B=52.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40701240.680.4400.51218.5751.2232.16
Hex28467C442C033db3320
Octal50106174104540633336340
Binary101000100011011111001000100101100011001111011011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28467C; }

 p { color: rgb(40,70,124); }

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

<style>
 a { background-color: #28467C; }

 a { background-color: rgb(40,70,124); }

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

<style>
 span { border-color: #28467C; }

 span { border-color: rgb(40,70,124); }

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