#284A85

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

Shades of Fun Blue #284A85

Tints of Fun Blue #284A85

Color information

#284A85 (or 0x284A85) is unknown color: approx Fun Blue. HEX triplet: 28, 4A and 85. RGB value is (40,74,133). Sum of RGB (Red+Green+Blue) = 40+74+133=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #284A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284A85 is #D7B57A. Grayscale: #464646. Windows color (decimal): -14136699 or 8735272. OLE color: 8735272.

HSL color Cylindrical-coordinate representation of color #284A85: hue angle of 218.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #284A85 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4074133-
CMYK0.700.4400.48
HSL218.06º53.76%33.92%-
HSV(B)218.06º69.92%52.16%-
XYZ7.567.0423.15-
YUV70.56163.24106.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=16.19%
G=29.96%
B=53.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40741330.700.4400.48218.0653.7633.92
Hex284A85462C030da3622
Octal50112205106540603326642
Binary1010001001010100001011000110101100011000011011010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284A85; }

 p { color: rgb(40,74,133); }

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

<style>
 a { background-color: #284A85; }

 a { background-color: rgb(40,74,133); }

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

<style>
 span { border-color: #284A85; }

 span { border-color: rgb(40,74,133); }

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