#27486F

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

Shades of Venice Blue #27486F

Tints of Venice Blue #27486F

Color information

#27486F (or 0x27486F) is unknown color: approx Venice Blue. HEX triplet: 27, 48 and 6F. RGB value is (39,72,111). Sum of RGB (Red+Green+Blue) = 39+72+111=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #27486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27486F is #D8B790. Grayscale: #424242. Windows color (decimal): -14202769 or 7292967. OLE color: 7292967.

HSL color Cylindrical-coordinate representation of color #27486F: hue angle of 212.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27486F is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3972111-
CMYK0.650.3500.56
HSL212.5º48%29.41%-
HSV(B)212.5º64.86%43.53%-
XYZ6.026.2115.92-
YUV66.58153.07108.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 111 (43.75% from 255) = 50%
R=17.57%
G=32.43%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39721110.650.3500.56212.54829.41
Hex27486F4123038d4301d
Octal47110157101430703246035
Binary10011110010001101111100000110001101110001101010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27486F; }

 p { color: rgb(39,72,111); }

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

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

 a { background-color: rgb(39,72,111); }

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

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

 span { border-color: rgb(39,72,111); }

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