#28487B

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

Shades of Fun Blue #28487B

Tints of Fun Blue #28487B

Color information

#28487B (or 0x28487B) is unknown color: approx Fun Blue. HEX triplet: 28, 48 and 7B. RGB value is (40,72,123). Sum of RGB (Red+Green+Blue) = 40+72+123=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #28487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28487B is #D7B784. Grayscale: #444444. Windows color (decimal): -14137221 or 8079400. OLE color: 8079400.

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

Color convert

RGB4072123-
CMYK0.670.4100.52
HSL216.87º50.92%31.96%-
HSV(B)216.87º67.48%48.24%-
XYZ6.776.5219.64-
YUV68.25158.9107.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=17.02%
G=30.64%
B=52.34%

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
Decimal40721230.670.4100.52216.8750.9231.96
Hex28487B4329034d93320
Octal50110173103510643316340
Binary101000100100011110111000011101001011010011011001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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