#284B85

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

Shades of Fun Blue #284B85

Tints of Fun Blue #284B85

Color information

#284B85 (or 0x284B85) is unknown color: approx Fun Blue. HEX triplet: 28, 4B and 85. RGB value is (40,75,133). Sum of RGB (Red+Green+Blue) = 40+75+133=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #284B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284B85 is #D7B47A. Grayscale: #464646. Windows color (decimal): -14136443 or 8735528. OLE color: 8735528.

HSL color Cylindrical-coordinate representation of color #284B85: hue angle of 217.42º 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 #284B85 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4075133-
CMYK0.700.4400.48
HSL217.42º53.76%33.92%-
HSV(B)217.42º69.92%52.16%-
XYZ7.627.1823.17-
YUV71.15162.9105.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=16.13%
G=30.24%
B=53.63%

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
Decimal40751330.700.4400.48217.4253.7633.92
Hex284B85462C030d93622
Octal50113205106540603316642
Binary1010001001011100001011000110101100011000011011001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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