#264F7A

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

Shades of Venice Blue #264F7A

Tints of Venice Blue #264F7A

Color information

#264F7A (or 0x264F7A) is unknown color: approx Venice Blue. HEX triplet: 26, 4F and 7A. RGB value is (38,79,122). Sum of RGB (Red+Green+Blue) = 38+79+122=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #264F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F7A is #D9B085. Grayscale: #474747. Windows color (decimal): -14266502 or 8015654. OLE color: 8015654.

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

Color convert

RGB3879122-
CMYK0.690.3500.52
HSL210.71º52.5%31.37%-
HSV(B)210.71º68.85%47.84%-
XYZ7.117.4119.47-
YUV71.64156.42104-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=15.90%
G=33.05%
B=51.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38791220.690.3500.52210.7152.531.37
Hex264F7A4523034d3341f
Octal46117172105430643236437
Binary10011010011111111010100010110001101101001101001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,122); }

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

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

 a { background-color: rgb(38,79,122); }

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

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

 span { border-color: rgb(38,79,122); }

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