#275278

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

Shades of Venice Blue #275278

Tints of Venice Blue #275278

Color information

#275278 (or 0x275278) is unknown color: approx Venice Blue. HEX triplet: 27, 52 and 78. RGB value is (39,82,120). Sum of RGB (Red+Green+Blue) = 39+82+120=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #275278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275278 is #D8AD87. Grayscale: #494949. Windows color (decimal): -14200200 or 7885351. OLE color: 7885351.

HSL color Cylindrical-coordinate representation of color #275278: hue angle of 208.15º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #275278 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3982120-
CMYK0.670.3200.53
HSL208.15º50.94%31.18%-
HSV(B)208.15º67.5%47.06%-
XYZ7.247.8218.9-
YUV73.47154.25103.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=16.18%
G=34.02%
B=49.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39821200.670.3200.53208.1550.9431.18
Hex2752784320035d0331f
Octal47122170103400653206337
Binary10011110100101111000100001110000001101011101000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275278; }

 p { color: rgb(39,82,120); }

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

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

 a { background-color: rgb(39,82,120); }

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

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

 span { border-color: rgb(39,82,120); }

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