#264778

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

Shades of Fun Blue #264778

Tints of Fun Blue #264778

Color information

#264778 (or 0x264778) is unknown color: approx Fun Blue. HEX triplet: 26, 47 and 78. RGB value is (38,71,120). Sum of RGB (Red+Green+Blue) = 38+71+120=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #264778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264778 is #D9B887. Grayscale: #424242. Windows color (decimal): -14268552 or 7882534. OLE color: 7882534.

HSL color Cylindrical-coordinate representation of color #264778: hue angle of 215.85º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264778 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3871120-
CMYK0.680.4100.53
HSL215.85º51.9%30.98%-
HSV(B)215.85º68.33%47.06%-
XYZ6.446.2718.64-
YUV66.72158.07107.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=16.59%
G=31.00%
B=52.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38711200.680.4100.53215.8551.930.98
Hex2647784429035d8341f
Octal46107170104510653306437
Binary10011010001111111000100010010100101101011101100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264778; }

 p { color: rgb(38,71,120); }

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

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

 a { background-color: rgb(38,71,120); }

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

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

 span { border-color: rgb(38,71,120); }

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