#264779

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

Shades of Fun Blue #264779

Tints of Fun Blue #264779

Color information

#264779 (or 0x264779) is unknown color: approx Fun Blue. HEX triplet: 26, 47 and 79. RGB value is (38,71,121). Sum of RGB (Red+Green+Blue) = 38+71+121=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #264779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264779 is #D9B886. Grayscale: #424242. Windows color (decimal): -14268551 or 7948070. OLE color: 7948070.

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

Color convert

RGB3871121-
CMYK0.690.4100.53
HSL216.14º52.2%31.18%-
HSV(B)216.14º68.6%47.45%-
XYZ6.56.318.96-
YUV66.83158.57107.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=16.52%
G=30.87%
B=52.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38711210.690.4100.53216.1452.231.18
Hex2647794529035d8341f
Octal46107171105510653306437
Binary10011010001111111001100010110100101101011101100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264779; }

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

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

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

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

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

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

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

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