#27517D

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

Shades of Venice Blue #27517D

Tints of Venice Blue #27517D

Color information

#27517D (or 0x27517D) is unknown color: approx Venice Blue. HEX triplet: 27, 51 and 7D. RGB value is (39,81,125). Sum of RGB (Red+Green+Blue) = 39+81+125=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #27517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27517D is #D8AE82. Grayscale: #494949. Windows color (decimal): -14200451 or 8212775. OLE color: 8212775.

HSL color Cylindrical-coordinate representation of color #27517D: hue angle of 210.7º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27517D is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3981125-
CMYK0.690.3500.51
HSL210.7º52.44%32.16%-
HSV(B)210.7º68.8%49.02%-
XYZ7.487.820.51-
YUV73.46157.09103.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 125 (49.22% from 255) = 51.02%
R=15.92%
G=33.06%
B=51.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39811250.690.3500.51210.752.4432.16
Hex27517D4523033d33420
Octal47121175105430633236440
Binary100111101000111111011000101100011011001111010011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27517D; }

 p { color: rgb(39,81,125); }

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

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

 a { background-color: rgb(39,81,125); }

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

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

 span { border-color: rgb(39,81,125); }

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