#275676

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

Shades of Venice Blue #275676

Tints of Venice Blue #275676

Color information

#275676 (or 0x275676) is unknown color: approx Venice Blue. HEX triplet: 27, 56 and 76. RGB value is (39,86,118). Sum of RGB (Red+Green+Blue) = 39+86+118=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #275676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275676 is #D8A989. Grayscale: #4B4B4B. Windows color (decimal): -14199178 or 7755303. OLE color: 7755303.

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

Color convert

RGB3986118-
CMYK0.670.2700.54
HSL204.3º50.32%30.78%-
HSV(B)204.3º66.95%46.27%-
XYZ7.438.3918.37-
YUV75.6151.93101.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=16.05%
G=35.39%
B=48.56%

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
Decimal39861180.670.2700.54204.350.3230.78
Hex275676431B036cc321f
Octal47126166103330663146237
Binary1001111010110111011010000111101101101101100110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275676; }

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

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

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

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

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

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

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

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