#27547B

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

Shades of Venice Blue #27547B

Tints of Venice Blue #27547B

Color information

#27547B (or 0x27547B) is unknown color: approx Venice Blue. HEX triplet: 27, 54 and 7B. RGB value is (39,84,123). Sum of RGB (Red+Green+Blue) = 39+84+123=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #27547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27547B is #D8AB84. Grayscale: #4A4A4A. Windows color (decimal): -14199685 or 8082471. OLE color: 8082471.

HSL color Cylindrical-coordinate representation of color #27547B: hue angle of 207.86º 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 #27547B is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3984123-
CMYK0.680.3200.52
HSL207.86º51.85%31.76%-
HSV(B)207.86º68.29%48.24%-
XYZ7.588.219.92-
YUV74.99155.09102.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.85%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 123 (48.44% from 255) = 50%
R=15.85%
G=34.15%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39841230.680.3200.52207.8651.8531.76
Hex27547B4420034d03420
Octal47124173104400643206440
Binary100111101010011110111000100100000011010011010000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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