#265476

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

Shades of Venice Blue #265476

Tints of Venice Blue #265476

Color information

#265476 (or 0x265476) is unknown color: approx Venice Blue. HEX triplet: 26, 54 and 76. RGB value is (38,84,118). Sum of RGB (Red+Green+Blue) = 38+84+118=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #265476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265476 is #D9AB89. Grayscale: #494949. Windows color (decimal): -14265226 or 7754790. OLE color: 7754790.

HSL color Cylindrical-coordinate representation of color #265476: hue angle of 205.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265476 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3884118-
CMYK0.680.2900.54
HSL205.5º51.28%30.59%-
HSV(B)205.5º67.8%46.27%-
XYZ7.248.0618.31-
YUV74.12152.76102.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=15.83%
G=35%
B=49.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38841180.680.2900.54205.551.2830.59
Hex265476441D036ce331f
Octal46124166104350663166337
Binary1001101010100111011010001001110101101101100111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265476; }

 p { color: rgb(38,84,118); }

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

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

 a { background-color: rgb(38,84,118); }

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

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

 span { border-color: rgb(38,84,118); }

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