#265178

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

Shades of Venice Blue #265178

Tints of Venice Blue #265178

Color information

#265178 (or 0x265178) is unknown color: approx Venice Blue. HEX triplet: 26, 51 and 78. RGB value is (38,81,120). Sum of RGB (Red+Green+Blue) = 38+81+120=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #265178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265178 is #D9AE87. Grayscale: #484848. Windows color (decimal): -14265992 or 7885094. OLE color: 7885094.

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

Color convert

RGB3881120-
CMYK0.680.3200.53
HSL208.54º51.9%30.98%-
HSV(B)208.54º68.33%47.06%-
XYZ7.137.6518.87-
YUV72.59154.75103.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=15.90%
G=33.89%
B=50.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38811200.680.3200.53208.5451.930.98
Hex2651784420035d1341f
Octal46121170104400653216437
Binary10011010100011111000100010010000001101011101000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265178; }

 p { color: rgb(38,81,120); }

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

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

 a { background-color: rgb(38,81,120); }

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

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

 span { border-color: rgb(38,81,120); }

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