#284878

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

Shades of Fun Blue #284878

Tints of Fun Blue #284878

Color information

#284878 (or 0x284878) is unknown color: approx Fun Blue. HEX triplet: 28, 48 and 78. RGB value is (40,72,120). Sum of RGB (Red+Green+Blue) = 40+72+120=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #284878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284878 is #D7B787. Grayscale: #434343. Windows color (decimal): -14137224 or 7882792. OLE color: 7882792.

HSL color Cylindrical-coordinate representation of color #284878: hue angle of 216º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #284878 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4072120-
CMYK0.670.4000.53
HSL216º50%31.37%-
HSV(B)216º66.67%47.06%-
XYZ6.586.4418.67-
YUV67.9157.4108.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=17.24%
G=31.03%
B=51.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40721200.670.4000.532165031.37
Hex2848784328035d8321f
Octal50110170103500653306237
Binary10100010010001111000100001110100001101011101100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284878; }

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

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

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

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

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

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

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

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