#27476D

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

Shades of Venice Blue #27476D

Tints of Venice Blue #27476D

Color information

#27476D (or 0x27476D) is unknown color: approx Venice Blue. HEX triplet: 27, 47 and 6D. RGB value is (39,71,109). Sum of RGB (Red+Green+Blue) = 39+71+109=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #27476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27476D is #D8B892. Grayscale: #414141. Windows color (decimal): -14203027 or 7161639. OLE color: 7161639.

HSL color Cylindrical-coordinate representation of color #27476D: hue angle of 212.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27476D is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3971109-
CMYK0.640.3500.57
HSL212.57º47.3%29.02%-
HSV(B)212.57º64.22%42.75%-
XYZ5.856.0415.33-
YUV65.76152.4108.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=17.81%
G=32.42%
B=49.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39711090.640.3500.57212.5747.329.02
Hex27476D4023039d52f1d
Octal47107155100430713255735
Binary10011110001111101101100000010001101110011101010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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