#264D86

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

Shades of Fun Blue #264D86

Tints of Fun Blue #264D86

Color information

#264D86 (or 0x264D86) is unknown color: approx Fun Blue. HEX triplet: 26, 4D and 86. RGB value is (38,77,134). Sum of RGB (Red+Green+Blue) = 38+77+134=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #264D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264D86 is #D9B279. Grayscale: #474747. Windows color (decimal): -14267002 or 8801574. OLE color: 8801574.

HSL color Cylindrical-coordinate representation of color #264D86: hue angle of 215.62º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264D86 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3877134-
CMYK0.720.4300.47
HSL215.62º55.81%33.73%-
HSV(B)215.62º71.64%52.55%-
XYZ7.767.4423.58-
YUV71.84163.08103.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 134 (52.73% from 255) = 53.82%
R=15.26%
G=30.92%
B=53.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38771340.720.4300.47215.6255.8133.73
Hex264D86482B02Fd83822
Octal46115206110530573307042
Binary1001101001101100001101001000101011010111111011000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264D86; }

 p { color: rgb(38,77,134); }

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

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

 a { background-color: rgb(38,77,134); }

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

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

 span { border-color: rgb(38,77,134); }

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