#265576

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

Shades of Venice Blue #265576

Tints of Venice Blue #265576

Color information

#265576 (or 0x265576) is unknown color: approx Venice Blue. HEX triplet: 26, 55 and 76. RGB value is (38,85,118). Sum of RGB (Red+Green+Blue) = 38+85+118=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #265576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265576 is #D9AA89. Grayscale: #4A4A4A. Windows color (decimal): -14264970 or 7755046. OLE color: 7755046.

HSL color Cylindrical-coordinate representation of color #265576: hue angle of 204.75º 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 #265576 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3885118-
CMYK0.680.2800.54
HSL204.75º51.28%30.59%-
HSV(B)204.75º67.8%46.27%-
XYZ7.328.2218.34-
YUV74.71152.43101.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=15.77%
G=35.27%
B=48.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38851180.680.2800.54204.7551.2830.59
Hex265576441C036cd331f
Octal46125166104340663156337
Binary1001101010101111011010001001110001101101100110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265576; }

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

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

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

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

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

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

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

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