#264A72

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

Shades of Venice Blue #264A72

Tints of Venice Blue #264A72

Color information

#264A72 (or 0x264A72) is unknown color: approx Venice Blue. HEX triplet: 26, 4A and 72. RGB value is (38,74,114). Sum of RGB (Red+Green+Blue) = 38+74+114=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #264A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A72 is #D9B58D. Grayscale: #434343. Windows color (decimal): -14267790 or 7490086. OLE color: 7490086.

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

Color convert

RGB3874114-
CMYK0.670.3500.55
HSL211.58º50%29.8%-
HSV(B)211.58º66.67%44.71%-
XYZ6.296.5216.85-
YUV67.8154.07106.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=16.81%
G=32.74%
B=50.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38741140.670.3500.55211.585029.8
Hex264A724323037d4321e
Octal46112162103430673246236
Binary10011010010101110010100001110001101101111101010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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