#275073

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

Shades of Venice Blue #275073

Tints of Venice Blue #275073

Color information

#275073 (or 0x275073) is unknown color: approx Venice Blue. HEX triplet: 27, 50 and 73. RGB value is (39,80,115). Sum of RGB (Red+Green+Blue) = 39+80+115=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #275073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275073 is #D8AF8C. Grayscale: #474747. Windows color (decimal): -14200717 or 7557159. OLE color: 7557159.

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

Color convert

RGB3980115-
CMYK0.660.3000.55
HSL207.63º49.35%30.2%-
HSV(B)207.63º66.09%45.1%-
XYZ6.87.4117.29-
YUV71.73152.42104.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=16.67%
G=34.19%
B=49.15%

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
Decimal39801150.660.3000.55207.6349.3530.2
Hex275073421E037d0311e
Octal47120163102360673206136
Binary1001111010000111001110000101111001101111101000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275073; }

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

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

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

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

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

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

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

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