#284B81

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

Shades of Fun Blue #284B81

Tints of Fun Blue #284B81

Color information

#284B81 (or 0x284B81) is unknown color: approx Fun Blue. HEX triplet: 28, 4B and 81. RGB value is (40,75,129). Sum of RGB (Red+Green+Blue) = 40+75+129=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #284B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284B81 is #D7B47E. Grayscale: #464646. Windows color (decimal): -14136447 or 8473384. OLE color: 8473384.

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

Color convert

RGB4075129-
CMYK0.690.4200.49
HSL216.4º52.66%33.14%-
HSV(B)216.4º68.99%50.59%-
XYZ7.357.0721.75-
YUV70.69160.9106.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.39%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 129 (50.78% from 255) = 52.87%
R=16.39%
G=30.74%
B=52.87%

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
Decimal40751290.690.4200.49216.452.6633.14
Hex284B81452A031d83521
Octal50113201105520613306541
Binary1010001001011100000011000101101010011000111011000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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