#265074

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

Shades of Venice Blue #265074

Tints of Venice Blue #265074

Color information

#265074 (or 0x265074) is unknown color: approx Venice Blue. HEX triplet: 26, 50 and 74. RGB value is (38,80,116). Sum of RGB (Red+Green+Blue) = 38+80+116=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #265074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265074 is #D9AF8B. Grayscale: #474747. Windows color (decimal): -14266252 or 7622694. OLE color: 7622694.

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

Color convert

RGB3880116-
CMYK0.670.3100.55
HSL207.69º50.65%30.2%-
HSV(B)207.69º67.24%45.49%-
XYZ6.827.4117.59-
YUV71.55153.09104.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 116 (45.70% from 255) = 49.57%
R=16.24%
G=34.19%
B=49.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38801160.670.3100.55207.6950.6530.2
Hex265074431F037d0331e
Octal46120164103370673206336
Binary1001101010000111010010000111111101101111101000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265074; }

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

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

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

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

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

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

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

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