#264678

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

Shades of Fun Blue #264678

Tints of Fun Blue #264678

Color information

#264678 (or 0x264678) is unknown color: approx Fun Blue. HEX triplet: 26, 46 and 78. RGB value is (38,70,120). Sum of RGB (Red+Green+Blue) = 38+70+120=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #264678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264678 is #D9B987. Grayscale: #414141. Windows color (decimal): -14268808 or 7882278. OLE color: 7882278.

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

Color convert

RGB3870120-
CMYK0.680.4200.53
HSL216.59º51.9%30.98%-
HSV(B)216.59º68.33%47.06%-
XYZ6.386.1518.62-
YUV66.13158.4107.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=16.67%
G=30.70%
B=52.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38701200.680.4200.53216.5951.930.98
Hex264678442A035d9341f
Octal46106170104520653316437
Binary10011010001101111000100010010101001101011101100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264678; }

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

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

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

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

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

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

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

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