#264D73

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

Shades of Venice Blue #264D73

Tints of Venice Blue #264D73

Color information

#264D73 (or 0x264D73) is unknown color: approx Venice Blue. HEX triplet: 26, 4D and 73. RGB value is (38,77,115). Sum of RGB (Red+Green+Blue) = 38+77+115=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #264D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D73 is #D9B28C. Grayscale: #454545. Windows color (decimal): -14267021 or 7556390. OLE color: 7556390.

HSL color Cylindrical-coordinate representation of color #264D73: hue angle of 209.61º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264D73 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3877115-
CMYK0.670.3300.55
HSL209.61º50.33%30%-
HSV(B)209.61º66.96%45.1%-
XYZ6.556.9617.22-
YUV69.67153.58105.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 115 (45.31% from 255) = 50%
R=16.52%
G=33.48%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38771150.670.3300.55209.6150.3330
Hex264D734321037d2321e
Octal46115163103410673226236
Binary10011010011011110011100001110000101101111101001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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