#264679

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

Shades of Fun Blue #264679

Tints of Fun Blue #264679

Color information

#264679 (or 0x264679) is unknown color: approx Fun Blue. HEX triplet: 26, 46 and 79. RGB value is (38,70,121). Sum of RGB (Red+Green+Blue) = 38+70+121=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #264679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264679 is #D9B986. Grayscale: #424242. Windows color (decimal): -14268807 or 7947814. OLE color: 7947814.

HSL color Cylindrical-coordinate representation of color #264679: hue angle of 216.87º 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 #264679 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3870121-
CMYK0.690.4200.53
HSL216.87º52.2%31.18%-
HSV(B)216.87º68.6%47.45%-
XYZ6.446.1718.94-
YUV66.25158.9107.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=16.59%
G=30.57%
B=52.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38701210.690.4200.53216.8752.231.18
Hex264679452A035d9341f
Octal46106171105520653316437
Binary10011010001101111001100010110101001101011101100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264679; }

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

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

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

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

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

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

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

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