#265075

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

Shades of Venice Blue #265075

Tints of Venice Blue #265075

Color information

#265075 (or 0x265075) is unknown color: approx Venice Blue. HEX triplet: 26, 50 and 75. RGB value is (38,80,117). Sum of RGB (Red+Green+Blue) = 38+80+117=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #265075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265075 is #D9AF8A. Grayscale: #474747. Windows color (decimal): -14266251 or 7688230. OLE color: 7688230.

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

Color convert

RGB3880117-
CMYK0.680.3200.54
HSL208.1º50.97%30.39%-
HSV(B)208.1º67.52%45.88%-
XYZ6.887.4317.9-
YUV71.66153.59103.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=16.17%
G=34.04%
B=49.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38801170.680.3200.54208.150.9730.39
Hex2650754420036d0331e
Octal46120165104400663206336
Binary10011010100001110101100010010000001101101101000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265075; }

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

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

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

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

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

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

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

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