#275576

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

Shades of Venice Blue #275576

Tints of Venice Blue #275576

Color information

#275576 (or 0x275576) is unknown color: approx Venice Blue. HEX triplet: 27, 55 and 76. RGB value is (39,85,118). Sum of RGB (Red+Green+Blue) = 39+85+118=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #275576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275576 is #D8AA89. Grayscale: #4A4A4A. Windows color (decimal): -14199434 or 7755047. OLE color: 7755047.

HSL color Cylindrical-coordinate representation of color #275576: hue angle of 205.06º 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 #275576 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3985118-
CMYK0.670.2800.54
HSL205.06º50.32%30.78%-
HSV(B)205.06º66.95%46.27%-
XYZ7.368.2418.34-
YUV75.01152.26102.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=16.12%
G=35.12%
B=48.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39851180.670.2800.54205.0650.3230.78
Hex275576431C036cd321f
Octal47125166103340663156237
Binary1001111010101111011010000111110001101101100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275576; }

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

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

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

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

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

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

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

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