#264981

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

Shades of Fun Blue #264981

Tints of Fun Blue #264981

Color information

#264981 (or 0x264981) is unknown color: approx Fun Blue. HEX triplet: 26, 49 and 81. RGB value is (38,73,129). Sum of RGB (Red+Green+Blue) = 38+73+129=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #264981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264981 is #D9B67E. Grayscale: #444444. Windows color (decimal): -14268031 or 8472870. OLE color: 8472870.

HSL color Cylindrical-coordinate representation of color #264981: hue angle of 216.92º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264981 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3873129-
CMYK0.710.4300.49
HSL216.92º54.49%32.75%-
HSV(B)216.92º70.54%50.59%-
XYZ7.146.7621.7-
YUV68.92161.9105.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 129 (50.78% from 255) = 53.75%
R=15.83%
G=30.42%
B=53.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38731290.710.4300.49216.9254.4932.75
Hex264981472B031d93621
Octal46111201107530613316641
Binary1001101001001100000011000111101011011000111011001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264981; }

 p { color: rgb(38,73,129); }

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

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

 a { background-color: rgb(38,73,129); }

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

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

 span { border-color: rgb(38,73,129); }

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