#265071

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

Shades of Venice Blue #265071

Tints of Venice Blue #265071

Color information

#265071 (or 0x265071) is unknown color: approx Venice Blue. HEX triplet: 26, 50 and 71. RGB value is (38,80,113). Sum of RGB (Red+Green+Blue) = 38+80+113=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #265071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265071 is #D9AF8E. Grayscale: #474747. Windows color (decimal): -14266255 or 7426086. OLE color: 7426086.

HSL color Cylindrical-coordinate representation of color #265071: hue angle of 206.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265071 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3880113-
CMYK0.660.2900.56
HSL206.4º49.67%29.61%-
HSV(B)206.4º66.37%44.31%-
XYZ6.657.3416.69-
YUV71.2151.59104.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=16.45%
G=34.63%
B=48.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38801130.660.2900.56206.449.6729.61
Hex265071421D038ce321e
Octal46120161102350703166236
Binary1001101010000111000110000101110101110001100111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265071; }

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

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

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

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

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

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

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

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