#27507B

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

Shades of Venice Blue #27507B

Tints of Venice Blue #27507B

Color information

#27507B (or 0x27507B) is unknown color: approx Venice Blue. HEX triplet: 27, 50 and 7B. RGB value is (39,80,123). Sum of RGB (Red+Green+Blue) = 39+80+123=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #27507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27507B is #D8AF84. Grayscale: #484848. Windows color (decimal): -14200709 or 8081447. OLE color: 8081447.

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

Color convert

RGB3980123-
CMYK0.680.3500.52
HSL210.71º51.85%31.76%-
HSV(B)210.71º68.29%48.24%-
XYZ7.287.619.82-
YUV72.64156.42104-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=16.12%
G=33.06%
B=50.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39801230.680.3500.52210.7151.8531.76
Hex27507B4423034d33420
Octal47120173104430643236440
Binary100111101000011110111000100100011011010011010011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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