#275071

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

Shades of Venice Blue #275071

Tints of Venice Blue #275071

Color information

#275071 (or 0x275071) is unknown color: approx Venice Blue. HEX triplet: 27, 50 and 71. RGB value is (39,80,113). Sum of RGB (Red+Green+Blue) = 39+80+113=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #275071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275071 is #D8AF8E. Grayscale: #474747. Windows color (decimal): -14200719 or 7426087. OLE color: 7426087.

HSL color Cylindrical-coordinate representation of color #275071: hue angle of 206.76º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275071 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3980113-
CMYK0.650.2900.56
HSL206.76º48.68%29.8%-
HSV(B)206.76º65.49%44.31%-
XYZ6.697.3616.69-
YUV71.5151.42104.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=16.81%
G=34.48%
B=48.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39801130.650.2900.56206.7648.6829.8
Hex275071411D038cf311e
Octal47120161101350703176136
Binary1001111010000111000110000011110101110001100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275071; }

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

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

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

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

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

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

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

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