#28457A

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

Shades of Fun Blue #28457A

Tints of Fun Blue #28457A

Color information

#28457A (or 0x28457A) is unknown color: approx Fun Blue. HEX triplet: 28, 45 and 7A. RGB value is (40,69,122). Sum of RGB (Red+Green+Blue) = 40+69+122=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #28457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28457A is #D7BA85. Grayscale: #424242. Windows color (decimal): -14137990 or 8013096. OLE color: 8013096.

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

Color convert

RGB4069122-
CMYK0.670.4300.52
HSL218.78º50.62%31.76%-
HSV(B)218.78º67.21%47.84%-
XYZ6.526.1119.25-
YUV66.37159.39109.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=17.32%
G=29.87%
B=52.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40691220.670.4300.52218.7850.6231.76
Hex28457A432B034db3320
Octal50105172103530643336340
Binary101000100010111110101000011101011011010011011011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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