#28497B

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

Shades of Fun Blue #28497B

Tints of Fun Blue #28497B

Color information

#28497B (or 0x28497B) is unknown color: approx Fun Blue. HEX triplet: 28, 49 and 7B. RGB value is (40,73,123). Sum of RGB (Red+Green+Blue) = 40+73+123=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #28497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28497B is #D7B684. Grayscale: #444444. Windows color (decimal): -14136965 or 8079656. OLE color: 8079656.

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

Color convert

RGB4073123-
CMYK0.670.4100.52
HSL216.14º50.92%31.96%-
HSV(B)216.14º67.48%48.24%-
XYZ6.836.6519.66-
YUV68.83158.57107.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=16.95%
G=30.93%
B=52.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40731230.670.4100.52216.1450.9231.96
Hex28497B4329034d83320
Octal50111173103510643306340
Binary101000100100111110111000011101001011010011011000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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