#275473

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

Shades of Venice Blue #275473

Tints of Venice Blue #275473

Color information

#275473 (or 0x275473) is unknown color: approx Venice Blue. HEX triplet: 27, 54 and 73. RGB value is (39,84,115). Sum of RGB (Red+Green+Blue) = 39+84+115=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #275473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275473 is #D8AB8C. Grayscale: #494949. Windows color (decimal): -14199693 or 7558183. OLE color: 7558183.

HSL color Cylindrical-coordinate representation of color #275473: hue angle of 204.47º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275473 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3984115-
CMYK0.660.2700.55
HSL204.47º49.35%30.2%-
HSV(B)204.47º66.09%45.1%-
XYZ7.18.0117.39-
YUV74.08151.09102.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=16.39%
G=35.29%
B=48.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39841150.660.2700.55204.4749.3530.2
Hex275473421B037cc311e
Octal47124163102330673146136
Binary1001111010100111001110000101101101101111100110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275473; }

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

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

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

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

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

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

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

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