#284B82

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

Shades of Fun Blue #284B82

Tints of Fun Blue #284B82

Color information

#284B82 (or 0x284B82) is unknown color: approx Fun Blue. HEX triplet: 28, 4B and 82. RGB value is (40,75,130). Sum of RGB (Red+Green+Blue) = 40+75+130=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #284B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284B82 is #D7B47D. Grayscale: #464646. Windows color (decimal): -14136446 or 8538920. OLE color: 8538920.

HSL color Cylindrical-coordinate representation of color #284B82: hue angle of 216.67º 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 #284B82 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4075130-
CMYK0.690.4200.49
HSL216.67º52.94%33.33%-
HSV(B)216.67º69.23%50.98%-
XYZ7.427.0922.1-
YUV70.81161.4106.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=16.33%
G=30.61%
B=53.06%

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
Decimal40751300.690.4200.49216.6752.9433.33
Hex284B82452A031d93521
Octal50113202105520613316541
Binary1010001001011100000101000101101010011000111011001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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