#264F79

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

Shades of Venice Blue #264F79

Tints of Venice Blue #264F79

Color information

#264F79 (or 0x264F79) is unknown color: approx Venice Blue. HEX triplet: 26, 4F and 79. RGB value is (38,79,121). Sum of RGB (Red+Green+Blue) = 38+79+121=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #264F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F79 is #D9B086. Grayscale: #474747. Windows color (decimal): -14266503 or 7950118. OLE color: 7950118.

HSL color Cylindrical-coordinate representation of color #264F79: hue angle of 210.36º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #264F79 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3879121-
CMYK0.690.3500.53
HSL210.36º52.2%31.18%-
HSV(B)210.36º68.6%47.45%-
XYZ7.057.3819.14-
YUV71.53155.92104.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.97%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 121 (47.66% from 255) = 50.84%
R=15.97%
G=33.19%
B=50.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38791210.690.3500.53210.3652.231.18
Hex264F794523035d2341f
Octal46117171105430653226437
Binary10011010011111111001100010110001101101011101001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,121); }

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

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

 a { background-color: rgb(38,79,121); }

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

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

 span { border-color: rgb(38,79,121); }

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