#265172

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

Shades of Venice Blue #265172

Tints of Venice Blue #265172

Color information

#265172 (or 0x265172) is unknown color: approx Venice Blue. HEX triplet: 26, 51 and 72. RGB value is (38,81,114). Sum of RGB (Red+Green+Blue) = 38+81+114=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #265172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265172 is #D9AE8D. Grayscale: #474747. Windows color (decimal): -14265998 or 7491878. OLE color: 7491878.

HSL color Cylindrical-coordinate representation of color #265172: hue angle of 206.05º degrees, saturation: 0.5, 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 #265172 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3881114-
CMYK0.670.2900.55
HSL206.05º50%29.8%-
HSV(B)206.05º66.67%44.71%-
XYZ6.787.5117.01-
YUV71.9151.75103.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=16.31%
G=34.76%
B=48.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38811140.670.2900.55206.055029.8
Hex265172431D037ce321e
Octal46121162103350673166236
Binary1001101010001111001010000111110101101111100111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265172; }

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

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

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

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

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

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

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

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