#264B79

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

Shades of Venice Blue #264B79

Tints of Venice Blue #264B79

Color information

#264B79 (or 0x264B79) is unknown color: approx Venice Blue. HEX triplet: 26, 4B and 79. RGB value is (38,75,121). Sum of RGB (Red+Green+Blue) = 38+75+121=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #264B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B79 is #D9B486. Grayscale: #444444. Windows color (decimal): -14267527 or 7949094. OLE color: 7949094.

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

Color convert

RGB3875121-
CMYK0.690.3800.53
HSL213.25º52.2%31.18%-
HSV(B)213.25º68.6%47.45%-
XYZ6.776.8219.05-
YUV69.18157.24105.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 121 (47.66% from 255) = 51.71%
R=16.24%
G=32.05%
B=51.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38751210.690.3800.53213.2552.231.18
Hex264B794526035d5341f
Octal46113171105460653256437
Binary10011010010111111001100010110011001101011101010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264B79; }

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

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

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

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

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

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

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

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