#264387

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

Shades of Fun Blue #264387

Tints of Fun Blue #264387

Color information

#264387 (or 0x264387) is unknown color: approx Fun Blue. HEX triplet: 26, 43 and 87. RGB value is (38,67,135). Sum of RGB (Red+Green+Blue) = 38+67+135=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #264387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264387 is #D9BC78. Grayscale: #414141. Windows color (decimal): -14269561 or 8864550. OLE color: 8864550.

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

Color convert

RGB3867135-
CMYK0.720.5000.47
HSL222.06º56.07%33.92%-
HSV(B)222.06º71.85%52.94%-
XYZ7.186.1823.74-
YUV66.08166.89107.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=15.83%
G=27.92%
B=56.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38671350.720.5000.47222.0656.0733.92
Hex264387483202Fde3822
Octal46103207110620573367042
Binary1001101000011100001111001000110010010111111011110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264387; }

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

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

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

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

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

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

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

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