#264886

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

Shades of Fun Blue #264886

Tints of Fun Blue #264886

Color information

#264886 (or 0x264886) is unknown color: approx Fun Blue. HEX triplet: 26, 48 and 86. RGB value is (38,72,134). Sum of RGB (Red+Green+Blue) = 38+72+134=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #264886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264886 is #D9B779. Grayscale: #444444. Windows color (decimal): -14268282 or 8800294. OLE color: 8800294.

HSL color Cylindrical-coordinate representation of color #264886: hue angle of 218.75º 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 #264886 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3872134-
CMYK0.720.4600.47
HSL218.75º55.81%33.73%-
HSV(B)218.75º71.64%52.55%-
XYZ7.426.7723.47-
YUV68.9164.74105.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 134 (52.73% from 255) = 54.92%
R=15.57%
G=29.51%
B=54.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38721340.720.4600.47218.7555.8133.73
Hex264886482E02Fdb3822
Octal46110206110560573337042
Binary1001101001000100001101001000101110010111111011011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264886; }

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

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

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

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

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

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

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

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