#264673

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

Shades of Venice Blue #264673

Tints of Venice Blue #264673

Color information

#264673 (or 0x264673) is unknown color: approx Venice Blue. HEX triplet: 26, 46 and 73. RGB value is (38,70,115). Sum of RGB (Red+Green+Blue) = 38+70+115=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #264673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264673 is #D9B98C. Grayscale: #414141. Windows color (decimal): -14268813 or 7554598. OLE color: 7554598.

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

Color convert

RGB3870115-
CMYK0.670.3900.55
HSL215.06º50.33%30%-
HSV(B)215.06º66.96%45.1%-
XYZ6.086.0317.06-
YUV65.56155.9108.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=17.04%
G=31.39%
B=51.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38701150.670.3900.55215.0650.3330
Hex2646734327037d7321e
Octal46106163103470673276236
Binary10011010001101110011100001110011101101111101011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264673; }

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

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

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

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

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

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

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

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