#284A88

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

Shades of Fun Blue #284A88

Tints of Fun Blue #284A88

Color information

#284A88 (or 0x284A88) is unknown color: approx Fun Blue. HEX triplet: 28, 4A and 88. RGB value is (40,74,136). Sum of RGB (Red+Green+Blue) = 40+74+136=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #284A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284A88 is #D7B577. Grayscale: #464646. Windows color (decimal): -14136696 or 8931880. OLE color: 8931880.

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

Color convert

RGB4074136-
CMYK0.710.4600.47
HSL218.75º54.55%34.51%-
HSV(B)218.75º70.59%53.33%-
XYZ7.777.1324.26-
YUV70.9164.74105.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=16%
G=29.6%
B=54.4%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40741360.710.4600.47218.7554.5534.51
Hex284A88472E02Fdb3723
Octal50112210107560573336743
Binary1010001001010100010001000111101110010111111011011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,74,136); }

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

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

 a { background-color: rgb(40,74,136); }

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

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

 span { border-color: rgb(40,74,136); }

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