#275575

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

Shades of Venice Blue #275575

Tints of Venice Blue #275575

Color information

#275575 (or 0x275575) is unknown color: approx Venice Blue. HEX triplet: 27, 55 and 75. RGB value is (39,85,117). Sum of RGB (Red+Green+Blue) = 39+85+117=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #275575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275575 is #D8AA8A. Grayscale: #4A4A4A. Windows color (decimal): -14199435 or 7689511. OLE color: 7689511.

HSL color Cylindrical-coordinate representation of color #275575: hue angle of 204.62º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275575 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3985117-
CMYK0.670.2700.54
HSL204.62º50%30.59%-
HSV(B)204.62º66.67%45.88%-
XYZ7.38.2118.03-
YUV74.89151.76102.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=16.18%
G=35.27%
B=48.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39851170.670.2700.54204.625030.59
Hex275575431B036cd321f
Octal47125165103330663156237
Binary1001111010101111010110000111101101101101100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275575; }

 p { color: rgb(39,85,117); }

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

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

 a { background-color: rgb(39,85,117); }

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

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

 span { border-color: rgb(39,85,117); }

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