#264776

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

Shades of Fun Blue #264776

Tints of Fun Blue #264776

Color information

#264776 (or 0x264776) is unknown color: approx Fun Blue. HEX triplet: 26, 47 and 76. RGB value is (38,71,118). Sum of RGB (Red+Green+Blue) = 38+71+118=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #264776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264776 is #D9B889. Grayscale: #424242. Windows color (decimal): -14268554 or 7751462. OLE color: 7751462.

HSL color Cylindrical-coordinate representation of color #264776: hue angle of 215.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264776 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3871118-
CMYK0.680.4000.54
HSL215.25º51.28%30.59%-
HSV(B)215.25º67.8%46.27%-
XYZ6.326.2318.01-
YUV66.49157.07107.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=16.74%
G=31.28%
B=51.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38711180.680.4000.54215.2551.2830.59
Hex2647764428036d7331f
Octal46107166104500663276337
Binary10011010001111110110100010010100001101101101011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264776; }

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

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

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

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

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

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

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

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