#284C82

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

Shades of Fun Blue #284C82

Tints of Fun Blue #284C82

Color information

#284C82 (or 0x284C82) is unknown color: approx Fun Blue. HEX triplet: 28, 4C and 82. RGB value is (40,76,130). Sum of RGB (Red+Green+Blue) = 40+76+130=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #284C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284C82 is #D7B37D. Grayscale: #474747. Windows color (decimal): -14136190 or 8539176. OLE color: 8539176.

HSL color Cylindrical-coordinate representation of color #284C82: hue angle of 216º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284C82 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4076130-
CMYK0.690.4200.49
HSL216º52.94%33.33%-
HSV(B)216º69.23%50.98%-
XYZ7.497.2322.12-
YUV71.39161.07105.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=16.26%
G=30.89%
B=52.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40761300.690.4200.4921652.9433.33
Hex284C82452A031d83521
Octal50114202105520613306541
Binary1010001001100100000101000101101010011000111011000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,76,130); }

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

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

 a { background-color: rgb(40,76,130); }

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

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

 span { border-color: rgb(40,76,130); }

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