#275476

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

Shades of Venice Blue #275476

Tints of Venice Blue #275476

Color information

#275476 (or 0x275476) is unknown color: approx Venice Blue. HEX triplet: 27, 54 and 76. RGB value is (39,84,118). Sum of RGB (Red+Green+Blue) = 39+84+118=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #275476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275476 is #D8AB89. Grayscale: #4A4A4A. Windows color (decimal): -14199690 or 7754791. OLE color: 7754791.

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

Color convert

RGB3984118-
CMYK0.670.2900.54
HSL205.82º50.32%30.78%-
HSV(B)205.82º66.95%46.27%-
XYZ7.288.0818.32-
YUV74.42152.59102.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=16.18%
G=34.85%
B=48.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39841180.670.2900.54205.8250.3230.78
Hex275476431D036ce321f
Octal47124166103350663166237
Binary1001111010100111011010000111110101101101100111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275476; }

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

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

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

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

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

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

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

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