#284D8C

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

Shades of Fun Blue #284D8C

Tints of Fun Blue #284D8C

Color information

#284D8C (or 0x284D8C) is unknown color: approx Fun Blue. HEX triplet: 28, 4D and 8C. RGB value is (40,77,140). Sum of RGB (Red+Green+Blue) = 40+77+140=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #284D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284D8C is #D7B273. Grayscale: #484848. Windows color (decimal): -14135924 or 9194792. OLE color: 9194792.

HSL color Cylindrical-coordinate representation of color #284D8C: hue angle of 217.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #284D8C is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4077140-
CMYK0.710.4500.45
HSL217.8º55.56%35.29%-
HSV(B)217.8º71.43%54.9%-
XYZ8.267.6525.85-
YUV73.12165.74104.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=15.56%
G=29.96%
B=54.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40771400.710.4500.45217.855.5635.29
Hex284D8C472D02Dda3823
Octal50115214107550553327043
Binary1010001001101100011001000111101101010110111011010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,77,140); }

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

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

 a { background-color: rgb(40,77,140); }

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

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

 span { border-color: rgb(40,77,140); }

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