#275072

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

Shades of Venice Blue #275072

Tints of Venice Blue #275072

Color information

#275072 (or 0x275072) is unknown color: approx Venice Blue. HEX triplet: 27, 50 and 72. RGB value is (39,80,114). Sum of RGB (Red+Green+Blue) = 39+80+114=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #275072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275072 is #D8AF8D. Grayscale: #474747. Windows color (decimal): -14200718 or 7491623. OLE color: 7491623.

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

Color convert

RGB3980114-
CMYK0.660.3000.55
HSL207.2º49.02%30%-
HSV(B)207.2º65.79%44.71%-
XYZ6.747.3816.99-
YUV71.62151.92104.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=16.74%
G=34.33%
B=48.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39801140.660.3000.55207.249.0230
Hex275072421E037cf311e
Octal47120162102360673176136
Binary1001111010000111001010000101111001101111100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275072; }

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

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

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

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

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

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

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

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