#27486E

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

Shades of Venice Blue #27486E

Tints of Venice Blue #27486E

Color information

#27486E (or 0x27486E) is unknown color: approx Venice Blue. HEX triplet: 27, 48 and 6E. RGB value is (39,72,110). Sum of RGB (Red+Green+Blue) = 39+72+110=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #27486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27486E is #D8B791. Grayscale: #424242. Windows color (decimal): -14202770 or 7227431. OLE color: 7227431.

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

Color convert

RGB3972110-
CMYK0.650.3500.57
HSL212.11º47.65%29.22%-
HSV(B)212.11º64.55%43.14%-
XYZ5.976.1915.63-
YUV66.46152.57108.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=17.65%
G=32.58%
B=49.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39721100.650.3500.57212.1147.6529.22
Hex27486E4123039d4301d
Octal47110156101430713246035
Binary10011110010001101110100000110001101110011101010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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