#264D7A

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

Shades of Venice Blue #264D7A

Tints of Venice Blue #264D7A

Color information

#264D7A (or 0x264D7A) is unknown color: approx Venice Blue. HEX triplet: 26, 4D and 7A. RGB value is (38,77,122). Sum of RGB (Red+Green+Blue) = 38+77+122=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #264D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D7A is #D9B285. Grayscale: #464646. Windows color (decimal): -14267014 or 8015142. OLE color: 8015142.

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

Color convert

RGB3877122-
CMYK0.690.3700.52
HSL212.14º52.5%31.37%-
HSV(B)212.14º68.85%47.84%-
XYZ6.977.1219.42-
YUV70.47157.08104.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=16.03%
G=32.49%
B=51.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38771220.690.3700.52212.1452.531.37
Hex264D7A4525034d4341f
Octal46115172105450643246437
Binary10011010011011111010100010110010101101001101010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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