#27527B

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

Shades of Venice Blue #27527B

Tints of Venice Blue #27527B

Color information

#27527B (or 0x27527B) is unknown color: approx Venice Blue. HEX triplet: 27, 52 and 7B. RGB value is (39,82,123). Sum of RGB (Red+Green+Blue) = 39+82+123=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #27527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27527B is #D8AD84. Grayscale: #494949. Windows color (decimal): -14200197 or 8081959. OLE color: 8081959.

HSL color Cylindrical-coordinate representation of color #27527B: hue angle of 209.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27527B is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3982123-
CMYK0.680.3300.52
HSL209.29º51.85%31.76%-
HSV(B)209.29º68.29%48.24%-
XYZ7.437.919.87-
YUV73.82155.75103.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=15.98%
G=33.61%
B=50.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39821230.680.3300.52209.2951.8531.76
Hex27527B4421034d13420
Octal47122173104410643216440
Binary100111101001011110111000100100001011010011010001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27527B; }

 p { color: rgb(39,82,123); }

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

<style>
 a { background-color: #27527B; }

 a { background-color: rgb(39,82,123); }

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

<style>
 span { border-color: #27527B; }

 span { border-color: rgb(39,82,123); }

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