#284985

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

Shades of Fun Blue #284985

Tints of Fun Blue #284985

Color information

#284985 (or 0x284985) is unknown color: approx Fun Blue. HEX triplet: 28, 49 and 85. RGB value is (40,73,133). Sum of RGB (Red+Green+Blue) = 40+73+133=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #284985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284985 is #D7B67A. Grayscale: #454545. Windows color (decimal): -14136955 or 8735016. OLE color: 8735016.

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

Color convert

RGB4073133-
CMYK0.700.4500.48
HSL218.71º53.76%33.92%-
HSV(B)218.71º69.92%52.16%-
XYZ7.496.9123.13-
YUV69.97163.57106.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=16.26%
G=29.67%
B=54.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40731330.700.4500.48218.7153.7633.92
Hex284985462D030db3622
Octal50111205106550603336642
Binary1010001001001100001011000110101101011000011011011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284985; }

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

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

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

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

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

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

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

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