#28487A

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

Shades of Fun Blue #28487A

Tints of Fun Blue #28487A

Color information

#28487A (or 0x28487A) is unknown color: approx Fun Blue. HEX triplet: 28, 48 and 7A. RGB value is (40,72,122). Sum of RGB (Red+Green+Blue) = 40+72+122=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #28487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28487A is #D7B785. Grayscale: #434343. Windows color (decimal): -14137222 or 8013864. OLE color: 8013864.

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

Color convert

RGB4072122-
CMYK0.670.4100.52
HSL216.59º50.62%31.76%-
HSV(B)216.59º67.21%47.84%-
XYZ6.716.4919.31-
YUV68.13158.4107.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=17.09%
G=30.77%
B=52.14%

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
Decimal40721220.670.4100.52216.5950.6231.76
Hex28487A4329034d93320
Octal50110172103510643316340
Binary101000100100011110101000011101001011010011011001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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