#265275

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

Shades of Venice Blue #265275

Tints of Venice Blue #265275

Color information

#265275 (or 0x265275) is unknown color: approx Venice Blue. HEX triplet: 26, 52 and 75. RGB value is (38,82,117). Sum of RGB (Red+Green+Blue) = 38+82+117=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #265275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265275 is #D9AD8A. Grayscale: #484848. Windows color (decimal): -14265739 or 7688742. OLE color: 7688742.

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

Color convert

RGB3882117-
CMYK0.680.3000.54
HSL206.58º50.97%30.39%-
HSV(B)206.58º67.52%45.88%-
XYZ7.037.7317.95-
YUV72.83152.92103.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=16.03%
G=34.60%
B=49.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38821170.680.3000.54206.5850.9730.39
Hex265275441E036cf331e
Octal46122165104360663176336
Binary1001101010010111010110001001111001101101100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265275; }

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

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

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

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

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

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

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

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