#265677

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

Shades of Venice Blue #265677

Tints of Venice Blue #265677

Color information

#265677 (or 0x265677) is unknown color: approx Venice Blue. HEX triplet: 26, 56 and 77. RGB value is (38,86,119). Sum of RGB (Red+Green+Blue) = 38+86+119=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #265677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265677 is #D9A988. Grayscale: #4B4B4B. Windows color (decimal): -14264713 or 7820838. OLE color: 7820838.

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

Color convert

RGB3886119-
CMYK0.680.2800.53
HSL204.44º51.59%30.78%-
HSV(B)204.44º68.07%46.67%-
XYZ7.468.418.68-
YUV75.41152.6101.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=15.64%
G=35.39%
B=48.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38861190.680.2800.53204.4451.5930.78
Hex265677441C035cc341f
Octal46126167104340653146437
Binary1001101010110111011110001001110001101011100110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265677; }

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

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

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

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

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

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

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

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