#265175

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

Shades of Venice Blue #265175

Tints of Venice Blue #265175

Color information

#265175 (or 0x265175) is unknown color: approx Venice Blue. HEX triplet: 26, 51 and 75. RGB value is (38,81,117). Sum of RGB (Red+Green+Blue) = 38+81+117=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #265175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265175 is #D9AE8A. Grayscale: #484848. Windows color (decimal): -14265995 or 7688486. OLE color: 7688486.

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

Color convert

RGB3881117-
CMYK0.680.3100.54
HSL207.34º50.97%30.39%-
HSV(B)207.34º67.52%45.88%-
XYZ6.957.5817.93-
YUV72.25153.25103.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=16.10%
G=34.32%
B=49.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38811170.680.3100.54207.3450.9730.39
Hex265175441F036cf331e
Octal46121165104370663176336
Binary1001101010001111010110001001111101101101100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265175; }

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

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

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

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

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

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

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

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