#36506F

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

Shades of Venice Blue #36506F

Tints of Venice Blue #36506F

Color information

#36506F (or 0x36506F) is unknown color: approx Venice Blue. HEX triplet: 36, 50 and 6F. RGB value is (54,80,111). Sum of RGB (Red+Green+Blue) = 54+80+111=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #36506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36506F is #C9AF90. Grayscale: #4B4B4B. Windows color (decimal): -13217681 or 7295030. OLE color: 7295030.

HSL color Cylindrical-coordinate representation of color #36506F: hue angle of 212.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36506F is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5480111-
CMYK0.510.2800.56
HSL212.63º34.55%32.35%-
HSV(B)212.63º51.35%43.53%-
XYZ7.267.6716.14-
YUV75.76147.89112.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=22.04%
G=32.65%
B=45.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54801110.510.2800.56212.6334.5532.35
Hex36506F331C038d52320
Octal6612015763340703254340
Binary1101101010000110111111001111100011100011010101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36506F; }

 p { color: rgb(54,80,111); }

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

<style>
 a { background-color: #36506F; }

 a { background-color: rgb(54,80,111); }

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

<style>
 span { border-color: #36506F; }

 span { border-color: rgb(54,80,111); }

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