#264972

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

Shades of Venice Blue #264972

Tints of Venice Blue #264972

Color information

#264972 (or 0x264972) is unknown color: approx Venice Blue. HEX triplet: 26, 49 and 72. RGB value is (38,73,114). Sum of RGB (Red+Green+Blue) = 38+73+114=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #264972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264972 is #D9B68D. Grayscale: #434343. Windows color (decimal): -14268046 or 7489830. OLE color: 7489830.

HSL color Cylindrical-coordinate representation of color #264972: hue angle of 212.37º 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 #264972 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3873114-
CMYK0.670.3600.55
HSL212.37º50%29.8%-
HSV(B)212.37º66.67%44.71%-
XYZ6.226.3916.83-
YUV67.21154.4107.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=16.89%
G=32.44%
B=50.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38731140.670.3600.55212.375029.8
Hex2649724324037d4321e
Octal46111162103440673246236
Binary10011010010011110010100001110010001101111101010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264972; }

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

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

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

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

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

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

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

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