#264887

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

Shades of Fun Blue #264887

Tints of Fun Blue #264887

Color information

#264887 (or 0x264887) is unknown color: approx Fun Blue. HEX triplet: 26, 48 and 87. RGB value is (38,72,135). Sum of RGB (Red+Green+Blue) = 38+72+135=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #264887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264887 is #D9B778. Grayscale: #444444. Windows color (decimal): -14268281 or 8865830. OLE color: 8865830.

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

Color convert

RGB3872135-
CMYK0.720.4700.47
HSL218.97º56.07%33.92%-
HSV(B)218.97º71.85%52.94%-
XYZ7.496.823.84-
YUV69.02165.24105.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=15.51%
G=29.39%
B=55.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38721350.720.4700.47218.9756.0733.92
Hex264887482F02Fdb3822
Octal46110207110570573337042
Binary1001101001000100001111001000101111010111111011011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264887; }

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

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

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

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

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

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

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

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