#28497C

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

Shades of Fun Blue #28497C

Tints of Fun Blue #28497C

Color information

#28497C (or 0x28497C) is unknown color: approx Fun Blue. HEX triplet: 28, 49 and 7C. RGB value is (40,73,124). Sum of RGB (Red+Green+Blue) = 40+73+124=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #28497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28497C is #D7B683. Grayscale: #444444. Windows color (decimal): -14136964 or 8145192. OLE color: 8145192.

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

Color convert

RGB4073124-
CMYK0.680.4100.51
HSL216.43º51.22%32.16%-
HSV(B)216.43º67.74%48.63%-
XYZ6.96.6719.99-
YUV68.95159.07107.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=16.88%
G=30.80%
B=52.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40731240.680.4100.51216.4351.2232.16
Hex28497C4429033d83320
Octal50111174104510633306340
Binary101000100100111111001000100101001011001111011000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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