#27577A

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

Shades of Venice Blue #27577A

Tints of Venice Blue #27577A

Color information

#27577A (or 0x27577A) is unknown color: approx Venice Blue. HEX triplet: 27, 57 and 7A. RGB value is (39,87,122). Sum of RGB (Red+Green+Blue) = 39+87+122=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #27577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27577A is #D8A885. Grayscale: #4C4C4C. Windows color (decimal): -14198918 or 8017703. OLE color: 8017703.

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

Color convert

RGB3987122-
CMYK0.680.2900.52
HSL205.3º51.55%31.57%-
HSV(B)205.3º68.03%47.84%-
XYZ7.768.6519.67-
YUV76.64153.6101.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=15.73%
G=35.08%
B=49.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39871220.680.2900.52205.351.5531.57
Hex27577A441D034cd3420
Octal47127172104350643156440
Binary10011110101111111010100010011101011010011001101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27577A; }

 p { color: rgb(39,87,122); }

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

<style>
 a { background-color: #27577A; }

 a { background-color: rgb(39,87,122); }

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

<style>
 span { border-color: #27577A; }

 span { border-color: rgb(39,87,122); }

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