#264482

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

Shades of Fun Blue #264482

Tints of Fun Blue #264482

Color information

#264482 (or 0x264482) is unknown color: approx Fun Blue. HEX triplet: 26, 44 and 82. RGB value is (38,68,130). Sum of RGB (Red+Green+Blue) = 38+68+130=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #264482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264482 is #D9BB7D. Grayscale: #414141. Windows color (decimal): -14269310 or 8537126. OLE color: 8537126.

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

Color convert

RGB3868130-
CMYK0.710.4800.49
HSL220.43º54.76%32.94%-
HSV(B)220.43º70.77%50.98%-
XYZ6.96.1621.94-
YUV66.1164.06107.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=16.10%
G=28.81%
B=55.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38681300.710.4800.49220.4354.7632.94
Hex2644824730031dc3721
Octal46104202107600613346741
Binary1001101000100100000101000111110000011000111011100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264482; }

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

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

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

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

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

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

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

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