#27537A

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

Shades of Venice Blue #27537A

Tints of Venice Blue #27537A

Color information

#27537A (or 0x27537A) is unknown color: approx Venice Blue. HEX triplet: 27, 53 and 7A. RGB value is (39,83,122). Sum of RGB (Red+Green+Blue) = 39+83+122=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #27537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27537A is #D8AC85. Grayscale: #4A4A4A. Windows color (decimal): -14199942 or 8016679. OLE color: 8016679.

HSL color Cylindrical-coordinate representation of color #27537A: hue angle of 208.19º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27537A is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3983122-
CMYK0.680.3200.52
HSL208.19º51.55%31.57%-
HSV(B)208.19º68.03%47.84%-
XYZ7.448.0219.57-
YUV74.29154.92102.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 122 (48.05% from 255) = 50%
R=15.98%
G=34.02%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39831220.680.3200.52208.1951.5531.57
Hex27537A4420034d03420
Octal47123172104400643206440
Binary100111101001111110101000100100000011010011010000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27537A; }

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

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

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

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

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

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

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

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