#265079

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

Shades of Venice Blue #265079

Tints of Venice Blue #265079

Color information

#265079 (or 0x265079) is unknown color: approx Venice Blue. HEX triplet: 26, 50 and 79. RGB value is (38,80,121). Sum of RGB (Red+Green+Blue) = 38+80+121=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #265079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265079 is #D9AF86. Grayscale: #474747. Windows color (decimal): -14266247 or 7950374. OLE color: 7950374.

HSL color Cylindrical-coordinate representation of color #265079: hue angle of 209.64º 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 #265079 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3880121-
CMYK0.690.3400.53
HSL209.64º52.2%31.18%-
HSV(B)209.64º68.6%47.45%-
XYZ7.127.5319.17-
YUV72.12155.59103.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 121 (47.66% from 255) = 50.63%
R=15.90%
G=33.47%
B=50.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38801210.690.3400.53209.6452.231.18
Hex2650794522035d2341f
Octal46120171105420653226437
Binary10011010100001111001100010110001001101011101001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265079; }

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

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

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

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

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

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

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

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