#275372

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

Shades of Venice Blue #275372

Tints of Venice Blue #275372

Color information

#275372 (or 0x275372) is unknown color: approx Venice Blue. HEX triplet: 27, 53 and 72. RGB value is (39,83,114). Sum of RGB (Red+Green+Blue) = 39+83+114=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #275372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275372 is #D8AC8D. Grayscale: #494949. Windows color (decimal): -14199950 or 7492391. OLE color: 7492391.

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

Color convert

RGB3983114-
CMYK0.660.2700.55
HSL204.8º49.02%30%-
HSV(B)204.8º65.79%44.71%-
XYZ6.977.8317.06-
YUV73.38150.92103.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.53%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=16.53%
G=35.17%
B=48.31%

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
Decimal39831140.660.2700.55204.849.0230
Hex275372421B037cd311e
Octal47123162102330673156136
Binary1001111010011111001010000101101101101111100110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275372; }

 p { color: rgb(39,83,114); }

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

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

 a { background-color: rgb(39,83,114); }

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

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

 span { border-color: rgb(39,83,114); }

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