#264E7C

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

Shades of Venice Blue #264E7C

Tints of Venice Blue #264E7C

Color information

#264E7C (or 0x264E7C) is unknown color: approx Venice Blue. HEX triplet: 26, 4E and 7C. RGB value is (38,78,124). Sum of RGB (Red+Green+Blue) = 38+78+124=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #264E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E7C is #D9B183. Grayscale: #474747. Windows color (decimal): -14266756 or 8146470. OLE color: 8146470.

HSL color Cylindrical-coordinate representation of color #264E7C: hue angle of 212.09º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #264E7C is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3878124-
CMYK0.690.3700.51
HSL212.09º53.09%31.76%-
HSV(B)212.09º69.35%48.63%-
XYZ7.167.3220.1-
YUV71.28157.75104.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=15.83%
G=32.5%
B=51.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38781240.690.3700.51212.0953.0931.76
Hex264E7C4525033d43520
Octal46116174105450633246540
Binary100110100111011111001000101100101011001111010100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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