#264987

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

Shades of Fun Blue #264987

Tints of Fun Blue #264987

Color information

#264987 (or 0x264987) is unknown color: approx Fun Blue. HEX triplet: 26, 49 and 87. RGB value is (38,73,135). Sum of RGB (Red+Green+Blue) = 38+73+135=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #264987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264987 is #D9B678. Grayscale: #454545. Windows color (decimal): -14268025 or 8866086. OLE color: 8866086.

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

Color convert

RGB3873135-
CMYK0.720.4600.47
HSL218.35º56.07%33.92%-
HSV(B)218.35º71.85%52.94%-
XYZ7.566.9323.86-
YUV69.6164.9105.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=15.45%
G=29.67%
B=54.88%

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
Decimal38731350.720.4600.47218.3556.0733.92
Hex264987482E02Fda3822
Octal46111207110560573327042
Binary1001101001001100001111001000101110010111111011010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264987; }

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

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

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

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

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

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

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

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