#275173

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

Shades of Venice Blue #275173

Tints of Venice Blue #275173

Color information

#275173 (or 0x275173) is unknown color: approx Venice Blue. HEX triplet: 27, 51 and 73. RGB value is (39,81,115). Sum of RGB (Red+Green+Blue) = 39+81+115=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #275173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275173 is #D8AE8C. Grayscale: #484848. Windows color (decimal): -14200461 or 7557415. OLE color: 7557415.

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

Color convert

RGB3981115-
CMYK0.660.3000.55
HSL206.84º49.35%30.2%-
HSV(B)206.84º66.09%45.1%-
XYZ6.877.5517.32-
YUV72.32152.09104.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=16.60%
G=34.47%
B=48.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39811150.660.3000.55206.8449.3530.2
Hex275173421E037cf311e
Octal47121163102360673176136
Binary1001111010001111001110000101111001101111100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275173; }

 p { color: rgb(39,81,115); }

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

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

 a { background-color: rgb(39,81,115); }

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

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

 span { border-color: rgb(39,81,115); }

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