#284482

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

Shades of Fun Blue #284482

Tints of Fun Blue #284482

Color information

#284482 (or 0x284482) is unknown color: approx Fun Blue. HEX triplet: 28, 44 and 82. RGB value is (40,68,130). Sum of RGB (Red+Green+Blue) = 40+68+130=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #284482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284482 is #D7BB7D. Grayscale: #424242. Windows color (decimal): -14138238 or 8537128. OLE color: 8537128.

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

Color convert

RGB4068130-
CMYK0.690.4800.49
HSL221.33º52.94%33.33%-
HSV(B)221.33º69.23%50.98%-
XYZ6.976.221.95-
YUV66.7163.72108.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 130 (51.17% from 255) = 54.62%
R=16.81%
G=28.57%
B=54.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40681300.690.4800.49221.3352.9433.33
Hex2844824530031dd3521
Octal50104202105600613356541
Binary1010001000100100000101000101110000011000111011101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284482; }

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

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

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

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

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

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

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

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