#264e7a

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

Shades of Venice Blue #264E7A

Tints of Venice Blue #264E7A

Color information

#264E7A (or 0x264E7A) is unknown color: approx Venice Blue. HEX triplet: 26, 4E and 7A. RGB value is (38,78,122). Sum of RGB (Red+Green+Blue) = 38+78+122=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #264E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E7A is #D9B185. Grayscale: #464646. Windows color (decimal): -14266758 or 8015398. OLE color: 8015398.

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

Color convert

RGB3878122-
CMYK0.690.3600.52
HSL211.43º52.5%31.37%-
HSV(B)211.43º68.85%47.84%-
XYZ7.047.2719.44-
YUV71.06156.75104.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.97%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=15.97%
G=32.77%
B=51.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38781220.690.3600.52211.4352.531.37
Hex264E7A4524034d3341f
Octal46116172105440643236437
Binary10011010011101111010100010110010001101001101001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264e7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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