#265676

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

Shades of Venice Blue #265676

Tints of Venice Blue #265676

Color information

#265676 (or 0x265676) is unknown color: approx Venice Blue. HEX triplet: 26, 56 and 76. RGB value is (38,86,118). Sum of RGB (Red+Green+Blue) = 38+86+118=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #265676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265676 is #D9A989. Grayscale: #4B4B4B. Windows color (decimal): -14264714 or 7755302. OLE color: 7755302.

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

Color convert

RGB3886118-
CMYK0.680.2700.54
HSL204º51.28%30.59%-
HSV(B)204º67.8%46.27%-
XYZ7.48.3818.37-
YUV75.3152.1101.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=15.70%
G=35.54%
B=48.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38861180.680.2700.5420451.2830.59
Hex265676441B036cc331f
Octal46126166104330663146337
Binary1001101010110111011010001001101101101101100110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265676; }

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

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

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

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

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

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

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

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