#264976

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

Shades of Venice Blue #264976

Tints of Venice Blue #264976

Color information

#264976 (or 0x264976) is unknown color: approx Venice Blue. HEX triplet: 26, 49 and 76. RGB value is (38,73,118). Sum of RGB (Red+Green+Blue) = 38+73+118=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #264976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264976 is #D9B689. Grayscale: #434343. Windows color (decimal): -14268042 or 7751974. OLE color: 7751974.

HSL color Cylindrical-coordinate representation of color #264976: hue angle of 213.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264976 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3873118-
CMYK0.680.3800.54
HSL213.75º51.28%30.59%-
HSV(B)213.75º67.8%46.27%-
XYZ6.456.4918.05-
YUV67.67156.4106.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=16.59%
G=31.88%
B=51.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38731180.680.3800.54213.7551.2830.59
Hex2649764426036d6331f
Octal46111166104460663266337
Binary10011010010011110110100010010011001101101101011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264976; }

 p { color: rgb(38,73,118); }

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

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

 a { background-color: rgb(38,73,118); }

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

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

 span { border-color: rgb(38,73,118); }

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