#27476F

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

Shades of Venice Blue #27476F

Tints of Venice Blue #27476F

Color information

#27476F (or 0x27476F) is unknown color: approx Venice Blue. HEX triplet: 27, 47 and 6F. RGB value is (39,71,111). Sum of RGB (Red+Green+Blue) = 39+71+111=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #27476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27476F is #D8B890. Grayscale: #414141. Windows color (decimal): -14203025 or 7292711. OLE color: 7292711.

HSL color Cylindrical-coordinate representation of color #27476F: hue angle of 213.33º 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 #27476F is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3971111-
CMYK0.650.3600.56
HSL213.33º48%29.41%-
HSV(B)213.33º64.86%43.53%-
XYZ5.966.0915.9-
YUV65.99153.4108.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 111 (43.75% from 255) = 50.23%
R=17.65%
G=32.13%
B=50.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39711110.650.3600.56213.334829.41
Hex27476F4124038d5301d
Octal47107157101440703256035
Binary10011110001111101111100000110010001110001101010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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