#264489

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

Shades of Fun Blue #264489

Tints of Fun Blue #264489

Color information

#264489 (or 0x264489) is unknown color: approx Fun Blue. HEX triplet: 26, 44 and 89. RGB value is (38,68,137). Sum of RGB (Red+Green+Blue) = 38+68+137=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #264489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264489 is #D9BB76. Grayscale: #424242. Windows color (decimal): -14269303 or 8995878. OLE color: 8995878.

HSL color Cylindrical-coordinate representation of color #264489: hue angle of 221.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264489 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3868137-
CMYK0.720.5000.46
HSL221.82º56.57%34.31%-
HSV(B)221.82º72.26%53.73%-
XYZ7.386.3524.5-
YUV66.9167.56107.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=15.64%
G=27.98%
B=56.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38681370.720.5000.46221.8256.5734.31
Hex264489483202Ede3922
Octal46104211110620563367142
Binary1001101000100100010011001000110010010111011011110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264489; }

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

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

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

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

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

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

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

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