#27537B

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

Shades of Venice Blue #27537B

Tints of Venice Blue #27537B

Color information

#27537B (or 0x27537B) is unknown color: approx Venice Blue. HEX triplet: 27, 53 and 7B. RGB value is (39,83,123). Sum of RGB (Red+Green+Blue) = 39+83+123=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #27537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27537B is #D8AC84. Grayscale: #4A4A4A. Windows color (decimal): -14199941 or 8082215. OLE color: 8082215.

HSL color Cylindrical-coordinate representation of color #27537B: hue angle of 208.57º 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 #27537B is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3983123-
CMYK0.680.3300.52
HSL208.57º51.85%31.76%-
HSV(B)208.57º68.29%48.24%-
XYZ7.518.0519.9-
YUV74.4155.42102.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=15.92%
G=33.88%
B=50.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39831230.680.3300.52208.5751.8531.76
Hex27537B4421034d13420
Octal47123173104410643216440
Binary100111101001111110111000100100001011010011010001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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